This commit is contained in:
Simon
2026-02-08 16:09:48 +00:00
parent f62cae1508
commit 395b7e2c6d

View File

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