Use css loading animation and not gif
Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
This commit is contained in:
parent
810f72df46
commit
f623d020f7
1 changed files with 1 additions and 3 deletions
|
@ -2341,10 +2341,8 @@
|
|||
this.$table.addClass('hidden');
|
||||
this.$el.find('#emptycontent').addClass('hidden');
|
||||
|
||||
$mask = $('<div class="mask transparent"></div>');
|
||||
$mask = $('<div class="mask transparent icon-loading"></div>');
|
||||
|
||||
$mask.css('background-image', 'url('+ OC.imagePath('core', 'loading.gif') + ')');
|
||||
$mask.css('background-repeat', 'no-repeat');
|
||||
this.$el.append($mask);
|
||||
|
||||
$mask.removeClass('transparent');
|
||||
|
|
Loading…
Reference in a new issue