Change selector for opening a file input
// FREEBIE
This commit is contained in:
parent
b354851697
commit
9011a85b56
2 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
|||
events: {
|
||||
'change': 'previewImages',
|
||||
'click .close': 'deleteFiles',
|
||||
'click .thumbnail': 'open'
|
||||
'click .choose-file': 'open'
|
||||
},
|
||||
|
||||
open: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue