You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
fix upload
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user