From 8502f07afa36e3fae795213269fc85a8bcc7bb9b Mon Sep 17 00:00:00 2001 From: Olivier Paroz Date: Sat, 25 Jul 2015 20:15:07 +0200 Subject: Move to Gallery namespace --- js/gallerybutton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/gallerybutton.js') 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 () { -- cgit v1.2.3