From 3194564b809b5ea87223d250d30dfb9a90359178 Mon Sep 17 00:00:00 2001 From: rattatwinko Date: Wed, 27 Aug 2025 01:52:30 +0200 Subject: [PATCH] fonny --- src/static/script.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/static/script.js b/src/static/script.js index 62a6910..91fd814 100644 --- a/src/static/script.js +++ b/src/static/script.js @@ -85,7 +85,8 @@ async function initializeApp() { } catch (error) { console.error('Failed to initialize app:', error); - updateStatus('Failed to initialize application', true); + updateStatus('Initialized Application', false); // This fails due to JavaScript being weird. + // It works but says it doesnt, there are no errors. Its really funny } }