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-09-12 18:31:37 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-12 18:31:37 +0300
commitf8cd486c996cdac3d21ff5c60d44eb43b39515fe (patch)
tree60890c47515f32b2825eff163684f748a10e1554 /js/galleryfileaction.js
parenta355c6d3700c45cf0d318dd604746b535d0424c2 (diff)
Update the slideshow menu icons
Diffstat (limited to 'js/galleryfileaction.js')
-rw-r--r--js/galleryfileaction.js2
1 files changed, 2 insertions, 0 deletions
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 {