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>2016-02-29 16:33:53 +0300
committerOlivier Paroz <github@oparoz.com>2016-02-29 16:33:53 +0300
commit48cf8534c9ff9b8ca6eb88b2720e33651e532e3b (patch)
tree7fac39280dded675d231185dff9ac0fd775b8a94 /templates
parent7af38ef307cd19e225e4b94cee407c92fd0527c6 (diff)
Make share.js work with new OCS Share API
It's not necessary to use the Sharee API yet as the Ajax endpoints are still active
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 7b019ae8..a1a92ce8 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -9,7 +9,6 @@ script(
$_['appName'],
[
'app',
- 'vendor/owncloud/share',
'gallery',
'galleryutility',
'galleryconfig',
@@ -22,6 +21,7 @@ script(
'thumbnail',
'vendor/modified-eventsource-polyfill/eventsource-polyfill',
'eventsource',
+ 'vendor/owncloud/share',
'vendor/commonmark/dist/commonmark.min',
'vendor/dompurify/src/purify',
'vendor/bigshot/bigshot-compressed',