diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-04 15:07:15 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-04 15:07:15 +0200 |
commit | 26bf64631d7335093a8e9780e97e8187e76bb14f (patch) | |
tree | 42cd97f7c48bbaccc5d461ba05657df026d80717 /core/js/js.js | |
parent | 96cfe97daeab3d2069a97bcc476583993515898f (diff) | |
download | nextcloud-server-26bf64631d7335093a8e9780e97e8187e76bb14f.tar.gz nextcloud-server-26bf64631d7335093a8e9780e97e8187e76bb14f.zip |
better loading feedback for app start, move from JS to CSS
Diffstat (limited to 'core/js/js.js')
-rw-r--r-- | core/js/js.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js index 795ba788274..b3cefa83bee 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -1126,7 +1126,7 @@ function initCore() { if(!$app.is('a')) { $app = $app.closest('a'); } - $app.find('img').attr('src', OC.imagePath('core','loading-dark.gif')); + $app.addClass('app-loading'); }); } |