mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 15:38:15 +00:00
[fileupload] fix
This commit is contained in:
@@ -98,8 +98,7 @@ define([
|
||||
// hide the upload menu
|
||||
var menu = dirView.$('#upload-menu');
|
||||
if (!menu.hasClass('hide')) {
|
||||
menu.find('.item').removeAttr('style')
|
||||
.end().addClass('hide');
|
||||
menu.addClass('hide');
|
||||
}
|
||||
|
||||
var file = data.files[0];
|
||||
|
Reference in New Issue
Block a user