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/gallerybutton.js
parent6c69848200488549d45e0fe8788fecd694b8e015 (diff)
Move to Gallery namespace
Diffstat (limited to 'js/gallerybutton.js')
-rw-r--r--js/gallerybutton.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/gallerybutton.js b/js/gallerybutton.js
index 1ac46650..5d8b88cb 100644
--- a/js/gallerybutton.js
+++ b/js/gallerybutton.js
@@ -28,7 +28,7 @@ GalleryButton.buildGalleryUrl = function (dir) {
tokenPath = 's/{token}';
}
GalleryButton.url =
- OC.generateUrl('apps/galleryplus/' + tokenPath, params) + '#' + encodeURIComponent(dir);
+ OC.generateUrl('apps/gallery/' + tokenPath, params) + '#' + encodeURIComponent(dir);
};
$(document).ready(function () {