From f8cd486c996cdac3d21ff5c60d44eb43b39515fe Mon Sep 17 00:00:00 2001 From: Olivier Paroz Date: Sat, 12 Sep 2015 17:31:37 +0200 Subject: Update the slideshow menu icons --- js/galleryfileaction.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/galleryfileaction.js') diff --git a/js/galleryfileaction.js b/js/galleryfileaction.js index b08b9b62..c1953f9f 100644 --- a/js/galleryfileaction.js +++ b/js/galleryfileaction.js @@ -138,6 +138,8 @@ null, window.galleryFileAction.features )).then(function () { + // Don't show the download button on the "Files" slideshow + galleryFileAction.slideShow.removeButton('.downloadImage'); galleryFileAction._startSlideshow(images, start); }); } else { -- cgit v1.2.3