mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix attachment previews for audio/video files
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user