summaryrefslogtreecommitdiffstats
path: root/apps/files/js
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-08-27 10:29:28 +0200
committerVincent Petry <pvince81@owncloud.com>2013-09-13 19:59:15 +0200
commite6f21927d60ee1061652f8c34247afa94933c326 (patch)
tree289b88fae97bcb898b55702b9a91216685f18c28 /apps/files/js
parent1304b511e9533dee4cf1125e625568c8a74719a1 (diff)
downloadnextcloud-server-e6f21927d60ee1061652f8c34247afa94933c326.tar.gz
nextcloud-server-e6f21927d60ee1061652f8c34247afa94933c326.zip
fixing no-repeat for IE8
Diffstat (limited to 'apps/files/js')
-rw-r--r--apps/files/js/filelist.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index c205ae32aa9..278b2c4cbcb 100644
--- a/apps/files/js/filelist.js
+++ b/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