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 } }