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')) {