mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 07:01:12 +00:00
Merge branch '6.2'
Conflicts: seahub/templates/base.html static/scripts/app/views/dir.js static/scripts/common.js
This commit is contained in:
@@ -99,10 +99,15 @@ define([
|
||||
if (dirents.user_perm && dirents.user_perm != 'rw') {
|
||||
return false;
|
||||
}
|
||||
|
||||
popup.removeClass('hide');
|
||||
cancel_all_btn.removeClass('hide');
|
||||
close_icon.addClass('hide');
|
||||
|
||||
// in case the popup was folded.
|
||||
popup.height(parseInt(_this.popup_height));
|
||||
$('.fileupload-buttonbar, table', popup).removeClass('hide');
|
||||
|
||||
var path = dirents.path;
|
||||
popup.fileupload('option', {
|
||||
'formData': {
|
||||
|
Reference in New Issue
Block a user