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-03-19 19:33:30 +0300
committerOlivier Paroz <github@oparoz.com>2015-03-19 19:33:30 +0300
commit7933b43ecccf8006fd35c563ec5358347cb221f6 (patch)
tree3baba281f96d1327e3a8f906bbe41ca3e8b554b2 /templates
parent0fc93da80b0e2814f2f8b257da4a79bbb58a3e42 (diff)
Fix script loading for public galleries
Diffstat (limited to 'templates')
-rw-r--r--templates/public.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/public.php b/templates/public.php
index a376ac0d..e12a60b7 100644
--- a/templates/public.php
+++ b/templates/public.php
@@ -12,7 +12,9 @@ script(
'gallery',
'thumbnail',
'vendor/eventsource-polyfill/dist/eventsource.min',
- 'eventsource'
+ 'eventsource',
+ 'vendor/bigshot/bigshot',
+ 'slideshow'
]
);
style(
@@ -21,7 +23,8 @@ style(
'styles',
'mobile',
'public',
- 'gallerybutton'
+ 'gallerybutton',
+ 'slideshow'
]
);