fix upload

pull/48/head
Henrique Dias 2016-02-08 08:25:38 +00:00
parent 05712f2c08
commit 781a760048
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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;