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/galleryfileaction.js
parent64d00a896021f476c517233c5c8923b6a31776fb (diff)
Fix the slideshow controls
Fixes #246
Diffstat (limited to 'js/galleryfileaction.js')
-rw-r--r--js/galleryfileaction.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/galleryfileaction.js b/js/galleryfileaction.js
index cf222a60..04264063 100644
--- a/js/galleryfileaction.js
+++ b/js/galleryfileaction.js
@@ -126,7 +126,7 @@
* @private
*/
_startSlideshow: function (images, start) {
- galleryFileAction.slideShow.setImages(images);
+ galleryFileAction.slideShow.setImages(images, false);
var scrollTop = galleryFileAction.scrollContainer.scrollTop();
// This is only called when the slideshow is stopped