summaryrefslogtreecommitdiffstats
path: root/settings/js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2016-11-24 17:26:57 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2016-11-24 17:28:21 +0100
commitdc4ceb733844e6c8c7ddfa898df70c9cff8af61d (patch)
treeeca0381e9ceb3ce5e8a4bcb4782d84885cc80f0e /settings/js
parent8f14ffd7345b7d11d2bdf5e920a53f7880dc81b7 (diff)
downloadnextcloud-server-dc4ceb733844e6c8c7ddfa898df70c9cff8af61d.tar.gz
nextcloud-server-dc4ceb733844e6c8c7ddfa898df70c9cff8af61d.zip
Loading icon fix #2198
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/js')
-rw-r--r--settings/js/authtoken_view.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/js/authtoken_view.js b/settings/js/authtoken_view.js
index b07d480d66f..518eb671b08 100644
--- a/settings/js/authtoken_view.js
+++ b/settings/js/authtoken_view.js
@@ -96,7 +96,7 @@
},
toggleLoading: function (state) {
- this.$('.token-list').toggleClass('icon-loading', state);
+ this.$('table').toggleClass('icon-loading', state);
},
_toggleHeader: function (show) {