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:
authorJulius Härtl <jus@bitgrid.net>2019-03-05 20:47:18 +0300
committerJulius Härtl <jus@bitgrid.net>2019-03-05 20:47:18 +0300
commit976f13d3bcf328cc7871bcae0060dd8826b17492 (patch)
tree04fd94e7bd779a5cabbd302fdb8f0a40b05d84b7 /templates
parent9497659b81d46d3347d6a9e0e75b1af6f03a85f2 (diff)
Fix loading of files/gallery script
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 2bfe5576..99a75288 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -7,7 +7,9 @@
*/
script(
$_['appName'],
- 'merged'
+ [
+ 'upload-helper',
+ ]
);
script(
'files',
@@ -20,6 +22,12 @@ script(
'semaphore'
]
);
+script(
+ $_['appName'],
+ [
+ 'merged'
+ ]
+);
style(
'files',
[