fix upload
parent
05712f2c08
commit
781a760048
File diff suppressed because one or more lines are too long
|
@ -91,7 +91,7 @@ $(document).on('page:browse', function() {
|
|||
return false;
|
||||
});
|
||||
|
||||
$('#content').on('click', '.upload', function(event) {
|
||||
$('#content').on('click', '#upload', function(event) {
|
||||
event.preventDefault();
|
||||
$('.actions input[type="file"]').click();
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue