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-10 20:47:36 +0300
committerOlivier Paroz <github@oparoz.com>2015-07-10 20:47:36 +0300
commit6d05c6e743e8fcca691ffe20d1784293ae36cffa (patch)
treef64719fe8dd1935caac89c74284d3f1af6a4a06b /templates
parent1ff032a143551a8e3c21cd8512aa420c31c0b0dc (diff)
More JS harmonisation
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php4
-rw-r--r--templates/public.php4
2 files changed, 6 insertions, 2 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index e9ab1926..fe13bb6e 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -15,7 +15,9 @@ script(
'galleryinfobox',
'galleryview',
'breadcrumb',
- 'album',
+ 'galleryalbum',
+ 'galleryrow',
+ 'galleryimage',
'thumbnail',
'vendor/eventsource-polyfill/dist/eventsource.min',
'eventsource',
diff --git a/templates/public.php b/templates/public.php
index 15d0d769..a567f75a 100644
--- a/templates/public.php
+++ b/templates/public.php
@@ -15,7 +15,9 @@ script(
'galleryinfobox',
'galleryview',
'breadcrumb',
- 'album',
+ 'galleryalbum',
+ 'galleryrow',
+ 'galleryimage',
'thumbnail',
'vendor/eventsource-polyfill/dist/eventsource.min',
'eventsource',