[Pkg-owncloud-commits] [owncloud] 234/273: Revert "hides table header while users load."
David Prévot
taffit at moszumanska.debian.org
Fri Jul 4 03:13:21 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit bbea031090cd0a9194aae0f04e8200d03ed6acb1
Author: Arthur Schiwon <blizzz at owncloud.com>
Date: Wed Jul 2 22:56:26 2014 +0200
Revert "hides table header while users load."
This reverts commit 0dc12a3737127aad28be12f9417d2a63601a88ff.
---
settings/js/users/users.js | 2 --
1 file changed, 2 deletions(-)
diff --git a/settings/js/users/users.js b/settings/js/users/users.js
index e7a9f24..1c0f3ee 100644
--- a/settings/js/users/users.js
+++ b/settings/js/users/users.js
@@ -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 {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list