fixing no-repeat for IE8

remotes/origin/stable6
Thomas Müller 12 years ago committed by Vincent Petry
parent 1304b511e9
commit e6f21927d6
  1. 1
      apps/files/js/filelist.js

@ -600,6 +600,7 @@ var FileList={
$mask = $('<div class="mask transparent"></div>');
$mask.css('background-image', 'url('+ OC.imagePath('core', 'loading.gif') + ')');
$mask.css('background-repeat', 'no-repeat');
$('#content').append($mask);
// block UI, but only make visible in case loading takes longer

Loading…
Cancel
Save