Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/gallery.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/gallery.js b/js/gallery.js
index f8a5d244..245f2edb 100644
--- a/js/gallery.js
+++ b/js/gallery.js
@@ -269,7 +269,7 @@
emptyContentElement.html(message);
emptyContentElement.removeClass('hidden');
$('#controls').addClass('hidden');
- $('#content').removeClass('icon-loading');
+ $('#loading-indicator').hide();
},
/**
@@ -281,7 +281,7 @@
"I am sorry, but I could not find any media files at this location.");
emptyContentElement.html(message);
emptyContentElement.removeClass('hidden');
- $('#content').removeClass('icon-loading');
+ $('#loading-indicator').hide();
$('#album-info-button').hide();
$('#share-button').hide();
$('#sort-name-button').hide();