Skip to content

Commit

Permalink
Do not embed unknown files.
Browse files Browse the repository at this point in the history
This is often downloaded by the browser making it irritating.
  • Loading branch information
prabhuramachandran committed Jan 18, 2017
1 parent da603e9 commit 62bc563
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vixen/html/vixen_ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,6 @@ <h3 style="margin: 5px;"> View Project: {{viewer.name}}</h3>
<div v-if="media.type == 'unknown'" class="resizable"
style="width: 500px; height: 500px;">
<a v-bind:href="$ROOTmedia.path">{{media.file_name}}</a>
<object v-bind:data="$ROOTmedia.path"
width="100%" height="100%">
</object>
</div>
</div>
</script>
Expand Down

0 comments on commit 62bc563

Please sign in to comment.