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
diff options
context:
space:
mode:
Diffstat (limited to 'templates/public.php')
-rw-r--r--templates/public.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/public.php b/templates/public.php
index 6ce935cc..608b00bd 100644
--- a/templates/public.php
+++ b/templates/public.php
@@ -26,8 +26,7 @@ script(
'slideshow',
'slideshowcontrols',
'slideshowzoomablepreview',
- 'vendor/image-scale/image-scale.min',
- 'vendor/spin.js/spin.min'
+ 'vendor/image-scale/image-scale.min'
]
);
style(
@@ -148,7 +147,7 @@ style(
data-token="<?php isset($_['token']) ? p($_['token']) : p(false) ?>">
</div>
<div id="emptycontent" class="hidden"></div>
- <div id="loading-indicator"></div>
+ <div id="loading-indicator" class="loading"></div>
<footer>
<p class="info"><?php print_unescaped($theme->getLongFooter()); ?></p>
</footer>