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 18:43:50 +0300
committerOlivier Paroz <github@oparoz.com>2015-03-19 18:43:50 +0300
commit0fc93da80b0e2814f2f8b257da4a79bbb58a3e42 (patch)
tree8841e1bccd05d1e3ec9796f2f50be755b9d2842d /templates/part.content.php
parenta444c2d245d70c0e49c54cc2ced321b35a591860 (diff)
Only load the Files script in the Files app
Diffstat (limited to 'templates/part.content.php')
-rw-r--r--templates/part.content.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index ed2c916f..1e2e7cc5 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -12,7 +12,9 @@ script(
'gallery',
'thumbnail',
'vendor/eventsource-polyfill/dist/eventsource.min',
- 'eventsource'
+ 'eventsource',
+ 'vendor/bigshot/bigshot',
+ 'slideshow'
]
);
style(
@@ -20,7 +22,8 @@ style(
[
'styles',
'mobile',
- 'gallerybutton'
+ 'gallerybutton',
+ 'slideshow'
]
);
?>