Fix attachment previews for audio/video files
This commit is contained in:
parent
6fe262ceed
commit
1311f7c9ae
4 changed files with 33 additions and 7 deletions
|
@ -18,7 +18,7 @@ var Whisper = Whisper || {};
|
|||
(function () {
|
||||
'use strict';
|
||||
Whisper.AttachmentPreviewView = Backbone.View.extend({
|
||||
className: 'imageAttachment',
|
||||
className: 'attachment-preview',
|
||||
initialize: function() {
|
||||
this.template = $('#attachment-preview').html();
|
||||
Mustache.parse(this.template);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue