From b1993ba83ac7ff20ba312e83ff9adee7b8ab3e51 Mon Sep 17 00:00:00 2001 From: Naiel <109038805+naielv@users.noreply.github.com> Date: Wed, 5 Nov 2025 10:36:17 +0100 Subject: [PATCH] updated --- src/app_modules.js | 1 - src/page/chat.js | 5 ++++- src/page/resumen_diario.js | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app_modules.js b/src/app_modules.js index f3e69ef..89fb18c 100644 --- a/src/app_modules.js +++ b/src/app_modules.js @@ -1106,7 +1106,6 @@ setInterval(() => { var BootIntervalID = setInterval(() => { BootLoops += 1; - console.log("BootLoops", BootLoops) if ((BootLoops >= TimeoutBoot || window.navigator.onLine == false) && !Booted) { Booted = true; document.getElementById("loading").style.display = "none"; diff --git a/src/page/chat.js b/src/page/chat.js index dd27431..fedea93 100644 --- a/src/page/chat.js +++ b/src/page/chat.js @@ -128,7 +128,10 @@ PAGES.chat_notifications = { escapeHtml: false } ); - + var msg = `Nuevo mensaje en chat de ${author}. ${preview}`; + let utterance = new SpeechSynthesisUtterance(msg); + utterance.rate = 0.9; + speechSynthesis.speak(utterance); console.log("Notification call completed"); }, diff --git a/src/page/resumen_diario.js b/src/page/resumen_diario.js index 5ac5502..1509ed5 100644 --- a/src/page/resumen_diario.js +++ b/src/page/resumen_diario.js @@ -19,7 +19,7 @@ PAGES.resumen_diario = {
MenĂº Comedor:
Cargando...

Tareas:
Cargando...

Diario:
Cargando...
-
Clima:
+
Clima:
`; //#region Cargar Clima