From fcfec9510475c91733f91c975938601dd13cbc73 Mon Sep 17 00:00:00 2001 From: Olivier Paroz Date: Wed, 29 Jul 2015 00:40:12 +0200 Subject: Fix the slideshow controls Fixes #246 --- js/galleryfileaction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/galleryfileaction.js') 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 -- cgit v1.2.3