Skip to content

Commit 765c6d5

Browse files
committed
removed unused function
1 parent d3bac1f commit 765c6d5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

public/js/script.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -574,10 +574,6 @@ function download(items) {
574574
});
575575
}
576576

577-
function open(item) {
578-
goTo(item.url);
579-
}
580-
581577
function preview(items) {
582578
var carousel = $('#carouselTemplate').clone().attr('id', 'previewCarousel').removeClass('d-none');
583579
var imageTemplate = carousel.find('.carousel-item').clone().removeClass('active');

0 commit comments

Comments
 (0)