From 418a6c184c0b3db28ac09fd9ccf983c29854c642 Mon Sep 17 00:00:00 2001 From: Redume Date: Sat, 3 Dec 2022 20:39:32 +0300 Subject: [PATCH] delete comment --- web/static/scripts/gallery.js | 2 -- 1 file changed, 2 deletions(-) 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) {