From bfe9a9cedec2fdf3538f0669b86e56c7ad838210 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sun, 7 Jan 2024 16:11:59 +0100 Subject: [PATCH] commented out debug logs --- res/index/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/index/script.js b/res/index/script.js index 0a19a4c..64be7ba 100644 --- a/res/index/script.js +++ b/res/index/script.js @@ -11,7 +11,7 @@ function change_slideshow_img() do { random_index = Math.floor(Math.random() * buffer.length); - console.log("A"); + //console.log("A"); } while (buffer[random_index] == last_index); document.getElementById("slideshow").src = "http://109.123.243.163/fht/fabrika_imgs/downscaled/" + buffer[random_index] + ".jpg";