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:
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 () {