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-07-25 21:15:07 +0300
committerOlivier Paroz <github@oparoz.com>2015-07-25 21:15:07 +0300
commit8502f07afa36e3fae795213269fc85a8bcc7bb9b (patch)
tree5eb3efa89455b2260bf2af1566bbac3973ebeae4 /js/galleryfileaction.js
parent6c69848200488549d45e0fe8788fecd694b8e015 (diff)
Move to Gallery namespace
Diffstat (limited to 'js/galleryfileaction.js')
-rw-r--r--js/galleryfileaction.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/galleryfileaction.js b/js/galleryfileaction.js
index 3f562b98..80467be6 100644
--- a/js/galleryfileaction.js
+++ b/js/galleryfileaction.js
@@ -25,7 +25,7 @@
extension = '.public';
}
var query = OC.buildQueryString(params);
- return OC.generateUrl('apps/galleryplus/' + endPoint + extension + path, null) + '?' +
+ return OC.generateUrl('apps/gallery/' + endPoint + extension + path, null) + '?' +
query;
},