mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 15:16:00 +00:00
fix
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
activator?.activate();
|
activator?.activate();
|
||||||
}
|
}
|
||||||
|
|
||||||
export let scrollContent;
|
export let scrollContent = false;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ import { isAdminPage } from './pageDefs';
|
|||||||
export const strmid = uuidv1();
|
export const strmid = uuidv1();
|
||||||
|
|
||||||
let eventSource;
|
let eventSource;
|
||||||
let apiLogging = true;
|
let apiLogging = false;
|
||||||
// let cacheCleanerRegistered;
|
// let cacheCleanerRegistered;
|
||||||
let apiDisabled = false;
|
let apiDisabled = false;
|
||||||
const disabledOnOauth = isOauthCallback();
|
const disabledOnOauth = isOauthCallback();
|
||||||
|
|||||||
Reference in New Issue
Block a user