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:
authorOlivier Paroz <github@oparoz.com>2015-09-19 09:52:24 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-19 09:52:24 +0300
commit4bcf1ed4cbe9bde7fd16f8ae0220c6685023fd45 (patch)
tree84b01d3a70882deea5d915037b09fcdfa6c245e5 /templates/part.content.php
parent7a0bbb2b146cc0ae285681a227cc992bd98f46eb (diff)
Remove high quality spinner so that themes can use what they want
Diffstat (limited to 'templates/part.content.php')
-rw-r--r--templates/part.content.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 7e19a847..5fb3a79e 100644
--- a/templates/part.content.php
+++ b/templates/part.content.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(
@@ -94,5 +93,5 @@ style(
</div>
<div id="gallery" class="hascontrols"></div>
<div id="emptycontent" class="hidden"></div>
-<div id="loading-indicator"></div>
+<div id="loading-indicator" class="loading"></div>
<input type="hidden" name="allowShareWithLink" id="allowShareWithLink" value="yes"/>