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:
Diffstat (limited to 'js/galleryview.js')
-rw-r--r--js/galleryview.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/js/galleryview.js b/js/galleryview.js
index 4af069e9..a2b2d5ad 100644
--- a/js/galleryview.js
+++ b/js/galleryview.js
@@ -1,4 +1,4 @@
-/* global Gallery, SlideShow */
+/* global Gallery */
(function (OC, t, $, _) {
"use strict";
/**
@@ -44,8 +44,6 @@
$('#sort-date-button').click(Gallery.sorter);
$('#save #save-button').click(Gallery.showSaveForm);
$('.save-form').submit(Gallery.saveForm);
- Gallery.activeSlideShow = new SlideShow($('#slideshow'));
- Gallery.activeSlideShow.init(false, null);
}
this.viewAlbum(albumPath);
}