From 395b7e2c6da0cd614843fb7103aca8609927b1f9 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 8 Feb 2026 16:09:48 +0000 Subject: [PATCH] bugfix --- frontend/app.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/app.js b/frontend/app.js index 563ba12..de40d4a 100644 --- a/frontend/app.js +++ b/frontend/app.js @@ -17,11 +17,11 @@ const observer = new IntersectionObserver((entries) => { async function InitializeLocalStorage() { if (!localStorage.getItem('config')) { localStorage.setItem('config', JSON.stringify({ - servers: [{ - "https://getfigleaf.com": {}, - "https://hottubapp.io": {}, - "https://hottub.spacemoehre.de": {}, - }] + servers: [ + { "https://getfigleaf.com": {} }, + { "https://hottubapp.io": {} }, + { "https://hottub.spacemoehre.de": {} } + ] })); } if (!localStorage.getItem('theme')) {