aboutsummaryrefslogtreecommitdiff
path: root/client-web/source/logger.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client-web/source/logger.ts')
-rw-r--r--client-web/source/logger.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client-web/source/logger.ts b/client-web/source/logger.ts
index 5f5d313..8ff4cab 100644
--- a/client-web/source/logger.ts
+++ b/client-web/source/logger.ts
@@ -7,7 +7,7 @@
import { e } from "./helper.ts";
-export const LOGGER_CONTAINER = e("div", { class: "logger-container" })
+export const LOGGER_CONTAINER = e("div", { class: "logger-container", role: "log", aria_live: "off" })
const log_scope_color = {
"*": "#ff4a7c",