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-04-16 04:23:10 +0300
committerOlivier Paroz <github@oparoz.com>2015-04-16 04:23:10 +0300
commit764c47189a4017e4f1c83b3fc15fe2218eb2bbab (patch)
tree95afc746b74b9d999a2194b368ce19c976658882 /templates
parent5a6128cd544d1065f271562b46d6212f33c6ee02 (diff)
More JS class separations
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php1
-rw-r--r--templates/public.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 304fc19d..b9d6b4dd 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -8,6 +8,7 @@
script(
$_['appName'],
[
+ 'app',
'gallery',
'galleryconfig',
'galleryinfobox',
diff --git a/templates/public.php b/templates/public.php
index 5de536c1..04d58fe8 100644
--- a/templates/public.php
+++ b/templates/public.php
@@ -8,6 +8,7 @@
script(
$_['appName'],
[
+ 'app',
'gallery',
'galleryconfig',
'galleryinfobox',