This commit is contained in:
naielv
2025-08-14 17:18:38 +02:00
parent e0470d0dd1
commit 138af3a364
4 changed files with 12 additions and 23 deletions

View File

@@ -143,11 +143,12 @@ PAGES.supercafe = {
if (urlParams.get("sc_nobtn") == "yes") {
sc_nobtn = "pointer-events: none; opacity: 0.5";
}
setTimeout(() => {
var ev = setTimeout(() => {
tts = true;
console.log("TTS Enabled");
toastr.info("Texto a voz disponible");
}, 6500);
EventListeners.Timeout.append(ev)
const tablebody = safeuuid();
const tablebody2 = safeuuid();
var btn_new = safeuuid();