fix
Some checks failed
Run tests / test-runner (push) Has been cancelled

This commit is contained in:
Jan Prochazka 2024-08-09 18:13:06 +02:00
parent 49597b4b01
commit ff3c39ccad
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
activator?.activate();
}
export let scrollContent;
export let scrollContent = false;
</script>
<div class="wrapper">

View File

@ -17,7 +17,7 @@ import { isAdminPage } from './pageDefs';
export const strmid = uuidv1();
let eventSource;
let apiLogging = true;
let apiLogging = false;
// let cacheCleanerRegistered;
let apiDisabled = false;
const disabledOnOauth = isOauthCallback();