From 134134643eb90db22906117845277ab581f67d90 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Tue, 19 Aug 2025 18:13:10 +0200 Subject: [PATCH] [mirotalk] - fix typo --- README.md | 2 +- public/js/client.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 37261226..76f4eac9 100644 --- a/README.md +++ b/README.md @@ -490,4 +490,4 @@ This project is tested with [BrowserStack](https://www.browserstack.com). --- -![Star History Chart](https://app.repohistory.com/api/svg?repo=miroslavpejic85/mirotalk&type=Date&background=0D1117&color=62C3F8) \ No newline at end of file +![Star History Chart](https://app.repohistory.com/api/svg?repo=miroslavpejic85/mirotalk&type=Date&background=0D1117&color=62C3F8) diff --git a/public/js/client.js b/public/js/client.js index 5d452869..0928fdce 100644 --- a/public/js/client.js +++ b/public/js/client.js @@ -7397,7 +7397,6 @@ function notifyRecording(fromId, from, fromAvatar, action) { * @param {boolean} disabled - If true, disable the tabs; otherwise, enable them */ function toggleVideoAudioTabs(disabled = false) { - if (disabled) tabRoomBtn.click(); tabVideoBtn.disabled = disabled; tabAudioBtn.disabled = disabled; }