diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2016-11-24 17:26:57 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2016-11-24 17:28:21 +0100 |
commit | dc4ceb733844e6c8c7ddfa898df70c9cff8af61d (patch) | |
tree | eca0381e9ceb3ce5e8a4bcb4782d84885cc80f0e /settings/js | |
parent | 8f14ffd7345b7d11d2bdf5e920a53f7880dc81b7 (diff) | |
download | nextcloud-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.js | 2 |
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) { |