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
path: root/js
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-09-08 02:41:20 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-08 02:41:20 +0300
commitad37372aacb8bb1d1918fa7590c2fe08cb16ffca (patch)
treefa79780e970d8f88d0168070912e0a889a7788f1 /js
parent6d3fe79074f750535dbe9f184d728df1b6874d37 (diff)
Add global oc_requesttoken to galleryimage
[ci skip]
Diffstat (limited to 'js')
-rw-r--r--js/galleryimage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/galleryimage.js b/js/galleryimage.js
index 0040fe6c..93b3d2df 100644
--- a/js/galleryimage.js
+++ b/js/galleryimage.js
@@ -1,4 +1,4 @@
-/* global Gallery, Thumbnails */
+/* global oc_requesttoken, Gallery, Thumbnails */
(function ($, Gallery, oc_requesttoken) {
"use strict";
/**