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 /appinfo
parent7a0bbb2b146cc0ae285681a227cc992bd98f46eb (diff)
Remove high quality spinner so that themes can use what they want
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 4400db88..a749c3ee 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -71,7 +71,6 @@ if (isset($request->server['REQUEST_URI'])) {
*/
Util::addScript($appName, 'vendor/bigshot/bigshot-compressed');
Util::addScript($appName, 'vendor/image-scale/image-scale.min');
- Util::addScript($appName, 'vendor/spin.js/spin.min');
Util::addScript($appName, 'galleryfileaction');
Util::addScript($appName, 'slideshow');
Util::addScript($appName, 'slideshowcontrols');