update
This commit is contained in:
parent
1d9584345e
commit
4fad8668e2
File diff suppressed because one or more lines are too long
|
@ -140,6 +140,7 @@ $(document).on('ready pjax:success', function() {
|
|||
$("#upload").click(function(event) {
|
||||
event.preventDefault();
|
||||
$('.actions input[type="file"]').click();
|
||||
return false;
|
||||
});
|
||||
|
||||
$('input[type="file"]').on('change', function(event) {
|
||||
|
@ -181,6 +182,7 @@ $(document).on('ready pjax:success', function() {
|
|||
});
|
||||
console.log(data);
|
||||
});
|
||||
return false;
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue