mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Revert "hides table header while users load."
This reverts commit 0dc12a3737.
This commit is contained in:
parent
e1e4fde697
commit
bbea031090
1 changed files with 0 additions and 2 deletions
|
|
@ -282,7 +282,6 @@ var UserList = {
|
|||
if (UserList.updating) {
|
||||
return;
|
||||
}
|
||||
$userList.css('display', 'none');
|
||||
$userList.siblings('.loading').css('visibility', 'visible');
|
||||
UserList.updating = true;
|
||||
if(gid === undefined) {
|
||||
|
|
@ -311,7 +310,6 @@ var UserList = {
|
|||
});
|
||||
if (result.data.length > 0) {
|
||||
UserList.doSort();
|
||||
$userList.css('display', 'block');
|
||||
$userList.siblings('.loading').css('visibility', 'hidden');
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue