Change selector for opening a file input

// FREEBIE
This commit is contained in:
lilia 2015-10-29 10:57:33 -07:00
parent b354851697
commit 9011a85b56
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@
events: {
'change': 'previewImages',
'click .close': 'deleteFiles',
'click .thumbnail': 'open'
'click .choose-file': 'open'
},
open: function() {