From 5ca0b6034b6688320be77c4d80e5d0369c8c8ffe Mon Sep 17 00:00:00 2001 From: Yggdrasil75 Date: Thu, 6 Nov 2025 10:56:59 -0500 Subject: [PATCH] fix refresh --- web/script.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/script.js b/web/script.js index 7d2b05f..c0621d0 100644 --- a/web/script.js +++ b/web/script.js @@ -5,7 +5,8 @@ function refreshImage() { img.classList.add('loading'); const timestamp = new Date().getTime(); - img.src = 'gradient.jxl?' + timestamp; + //img.src = 'gradient.jxl?' + timestamp; + img.src = './output/gradient.jxl'; img.onload = function() { img.classList.remove('loading');