diff --git a/js/views/attachment_view.js b/js/views/attachment_view.js index 99808366e..0d1069113 100644 --- a/js/views/attachment_view.js +++ b/js/views/attachment_view.js @@ -45,7 +45,6 @@ render: function() { var $el = $(''); $el.attr('src', this.dataUrl); - $el.attr('type', this.contentType); this.$el.append($el); return this; }