Revert "hides table header while users load."

This reverts commit 0dc12a3737.
This commit is contained in:
Arthur Schiwon 2014-07-02 22:56:26 +02:00
parent e1e4fde697
commit bbea031090
1 changed files with 0 additions and 2 deletions

View File

@ -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 {