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-29 01:40:12 +0300
committerOlivier Paroz <github@oparoz.com>2015-07-29 01:41:38 +0300
commitfcfec9510475c91733f91c975938601dd13cbc73 (patch)
treea7d9e4ed38bdcef911e6e15a4810a9bb16a95a71 /js/galleryview.js
parent64d00a896021f476c517233c5c8923b6a31776fb (diff)
Fix the slideshow controls
Fixes #246
Diffstat (limited to 'js/galleryview.js')
-rw-r--r--js/galleryview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/galleryview.js b/js/galleryview.js
index 5d3ae12e..23ec59eb 100644
--- a/js/galleryview.js
+++ b/js/galleryview.js
@@ -67,7 +67,7 @@
var album = Gallery.albumMap[albumPath];
var images = album.images;
var startImage = Gallery.imageMap[path];
- Gallery.slideShow(images, startImage);
+ Gallery.slideShow(images, startImage, false);
},
/**