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