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:
authorVincent Petry <PVince81@owncloud.com>2015-09-28 11:40:03 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-28 15:58:41 +0300
commit5148b4dd72799ff74227d0b67b6a880a6386b474 (patch)
treee2055704fbaa39b2b89303d42bb2e6a6be1363a1 /templates/part.content.php
parent0409e7312473911dfcc093e20d887ee078bb7209 (diff)
Import legacy share dialog code
This is to make the share dropdown work again
Diffstat (limited to 'templates/part.content.php')
-rw-r--r--templates/part.content.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 05cab273..f821407f 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -9,6 +9,7 @@ script(
$_['appName'],
[
'app',
+ 'share',
'gallery',
'galleryutility',
'galleryconfig',
@@ -28,12 +29,14 @@ script(
'slideshowcontrols',
'slideshowzoomablepreview',
'vendor/image-scale/image-scale.min'
+
]
);
style(
$_['appName'],
[
'styles',
+ 'share',
'mobile',
'github-markdown',
'slideshow',