From dc4ceb733844e6c8c7ddfa898df70c9cff8af61d Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Thu, 24 Nov 2016 17:26:57 +0100 Subject: Loading icon fix #2198 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- settings/js/authtoken_view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings/js/authtoken_view.js') 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) { -- cgit v1.2.3