Skip to content

Commit 630f9e4

Browse files
joaogabrieltistreamtw
authored andcommitted
removed unused function
1 parent 44242f1 commit 630f9e4

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
@@ -588,10 +588,6 @@ function download(items) {
588588
});
589589
}
590590

591-
function open(item) {
592-
goTo(item.url);
593-
}
594-
595591
function preview(items) {
596592
var carousel = $('#carouselTemplate').clone().attr('id', 'previewCarousel').removeClass('d-none');
597593
var imageTemplate = carousel.find('.carousel-item').clone().removeClass('active');

0 commit comments

Comments
 (0)