Skip to content

Commit

Permalink
Video/audio: rely on the browser to detect content type (#1977)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnonnenberg authored Jan 17, 2018
1 parent 7034d87 commit c70fb3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/views/attachment_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
render: function() {
var $el = $('<source>');
$el.attr('src', this.dataUrl);
$el.attr('type', this.contentType);
this.$el.append($el);
return this;
}
Expand Down

0 comments on commit c70fb3a

Please sign in to comment.