Merge pull request #1535 from nextcloud/files-loading-css-fix
Use css loading animation and not gif
This commit is contained in:
commit
f219ed2e99
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