summaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/js.js')
-rw-r--r--core/js/js.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 69ebabdb419..541ce003a7b 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -1579,7 +1579,7 @@ function initCore() {
}
$page.find('img').remove();
$page.find('div').remove(); // prevent odd double-clicks
- $page.prepend($('<div/>').addClass('icon-loading-dark'));
+ $page.prepend($('<div/>').addClass('icon-loading-small-dark'));
});
}