[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2023-09-16 15:51:35 +02:00
الأصل 54ac409b6c
التزام c15e60d7c9
2 ملفات معدلة مع 3 إضافات و1 حذوفات

عرض الملف

@@ -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();