From c15e60d7c9d87619ea52e65ff0aaa6ee263341bf Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sat, 16 Sep 2023 15:51:35 +0200 Subject: [PATCH] [mirotalksfu] - fix typo --- public/js/Room.js | 2 +- public/views/Room.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/public/js/Room.js b/public/js/Room.js index 2186b5d5..7a15f219 100644 --- a/public/js/Room.js +++ b/public/js/Room.js @@ -969,7 +969,7 @@ function roomIsReady() { BUTTONS.settings.host_only_recording && show(roomRecording); BUTTONS.main.aboutButton && show(aboutButton); if (!DetectRTC.isMobileDevice) show(pinUnpinGridDiv); - if (!isSpeechSynthesisSupported) hide(speechIncomingMsg); + if (!isSpeechSynthesisSupported) hide(speechMsgDiv); handleButtons(); handleSelects(); handleInputs(); diff --git a/public/views/Room.html b/public/views/Room.html index ad9035e7..e77e13c8 100644 --- a/public/views/Room.html +++ b/public/views/Room.html @@ -684,6 +684,8 @@ access to use this app.
+ +