Fix file dialog

pull/749/head
lilia 8 years ago committed by Scott Nonnenberg
parent 5a6e65d11b
commit 6686621b0b
No known key found for this signature in database
GPG Key ID: A4931C09644C654B

@ -24,6 +24,9 @@
className: 'file-input',
initialize: function(options) {
this.$input = this.$('input[type=file]');
this.$input.click(function(e) {
e.stopPropagation();
});
this.thumb = new Whisper.AttachmentPreviewView();
this.$el.addClass('file-input');
this.window = options.window;

Loading…
Cancel
Save