Fix errant change event handler from firing

A change in the text field was firing the previewImages handler.

// FREEBIE
pull/749/head
lilia 9 years ago
parent 8200780fc2
commit 3ac7552d2f

@ -30,7 +30,7 @@
},
events: {
'change': 'previewImages',
'change .choose-file': 'previewImages',
'click .close': 'deleteFiles',
'click .choose-file': 'open',
'drop': 'openDropped',

Loading…
Cancel
Save