mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
[system admin] users: added 'set quota / delete users in batch'
This commit is contained in:
@@ -135,7 +135,7 @@ function showConfirm(title, content, yesCallback) {
|
||||
|
||||
$cont.html('<h3>' + title + '</h3><p>' + content + '</p>');
|
||||
$popup.modal({appendTo: '#main'});
|
||||
$('#simplemodal-container').css({'height':'auto'});
|
||||
$('#simplemodal-container').css({'width':'auto', 'height':'auto'});
|
||||
|
||||
$yesBtn.click(yesCallback);
|
||||
}
|
||||
|
Reference in New Issue
Block a user