From 0c1c3eb71f2ee38ff84e8787797eddfc1036e09c Mon Sep 17 00:00:00 2001 From: Naiel <109038805+naielv@users.noreply.github.com> Date: Thu, 5 Jun 2025 12:02:42 +0200 Subject: [PATCH] update --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 66d9faf..5cf6156 100644 --- a/index.html +++ b/index.html @@ -2098,7 +2098,7 @@ }, index: function () { var tts = false; - setTimeout(() => {tts = true}, 12500) + setTimeout(() => {tts = true; console.log("TTS Enabled")}, 12500) const tablebody = safeuuid(); var btn_new = safeuuid(); var tts_check = safeuuid();