bugfix
This commit is contained in:
@@ -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')) {
|
||||
|
||||
Reference in New Issue
Block a user