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;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#content').on('click', '.upload', function(event) {
|
$('#content').on('click', '#upload', function(event) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
$('.actions input[type="file"]').click();
|
$('.actions input[type="file"]').click();
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue