From 50fe9eb2e813233ca44d3c1df8f01b6680b10584 Mon Sep 17 00:00:00 2001 From: nebula Date: Thu, 1 May 2025 06:46:57 +0000 Subject: [PATCH] fix my bs --- js/imgGallery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/imgGallery.js b/js/imgGallery.js index 1086d01..8dd8a12 100644 --- a/js/imgGallery.js +++ b/js/imgGallery.js @@ -22,7 +22,7 @@ function loadImage () { image = new Image(); image.src = "/compressed/compressed_" + photos[viewState]; timeout = window.setTimeout(function () { - galleryImage.src = loadImage.src; + galleryImage.src = "/loading.gif"; }, 400) image.onload = function () { window.clearTimeout(timeout);