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-07-25 22:44:23 +0300
committerOlivier Paroz <github@oparoz.com>2015-07-25 22:44:23 +0300
commit49131955ff7e0c466ee00178cd7650aa3e4e7ac5 (patch)
tree2c8d318c8e6e0c9222964b9fe41f68f57ff9e5b8 /appinfo
parent1be509d847380f49c6c2052f937c25b1c5d7ff6a (diff)
Support IE8 in the slideshow
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 171cad9c..a108e0db 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -65,6 +65,7 @@ if (isset($request->server['REQUEST_URI'])) {
* Scripts for the Files app
*/
Util::addScript($appName, 'vendor/bigshot/bigshot-compressed');
+ Util::addScript($appName, 'vendor/image-scale/image-scale.min');
Util::addScript($appName, 'galleryfileaction');
Util::addScript($appName, 'slideshow');
Util::addScript($appName, 'slideshowcontrols');