bugfix
This commit is contained in:
@@ -17,11 +17,11 @@ const observer = new IntersectionObserver((entries) => {
|
|||||||
async function InitializeLocalStorage() {
|
async function InitializeLocalStorage() {
|
||||||
if (!localStorage.getItem('config')) {
|
if (!localStorage.getItem('config')) {
|
||||||
localStorage.setItem('config', JSON.stringify({
|
localStorage.setItem('config', JSON.stringify({
|
||||||
servers: [{
|
servers: [
|
||||||
"https://getfigleaf.com": {},
|
{ "https://getfigleaf.com": {} },
|
||||||
"https://hottubapp.io": {},
|
{ "https://hottubapp.io": {} },
|
||||||
"https://hottub.spacemoehre.de": {},
|
{ "https://hottub.spacemoehre.de": {} }
|
||||||
}]
|
]
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
if (!localStorage.getItem('theme')) {
|
if (!localStorage.getItem('theme')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user