1
0
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:
llj
2017-03-16 18:02:03 +08:00
parent 5d08286467
commit e2e9e6c127
7 changed files with 208 additions and 30 deletions

View File

@@ -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);
}