diff --git a/web/static/scripts/gallery.js b/web/static/scripts/gallery.js index d2f98b9..826789e 100644 --- a/web/static/scripts/gallery.js +++ b/web/static/scripts/gallery.js @@ -67,12 +67,10 @@ function wallpaper(data) { } } - //if all images are loaded delete class $(".card-img-top").on("load", function() { $(this).removeClass("shimmer"); }); - let button_modal = document.querySelector(".header-row"); button_modal.addEventListener("click", function (event) { if (event.target === button_modal) {