summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-04-11 04:26:30 +0200
committerGitHub <noreply@github.com>2024-04-11 04:26:30 +0200
commitdf6ce3a53151f296cd93638203c489c60563bc28 (patch)
tree02df1634d375b94f1e70a460a8fbf704700364ae
parentUpdate chat.v1.js (diff)
downloadgpt4free-df6ce3a53151f296cd93638203c489c60563bc28.tar
gpt4free-df6ce3a53151f296cd93638203c489c60563bc28.tar.gz
gpt4free-df6ce3a53151f296cd93638203c489c60563bc28.tar.bz2
gpt4free-df6ce3a53151f296cd93638203c489c60563bc28.tar.lz
gpt4free-df6ce3a53151f296cd93638203c489c60563bc28.tar.xz
gpt4free-df6ce3a53151f296cd93638203c489c60563bc28.tar.zst
gpt4free-df6ce3a53151f296cd93638203c489c60563bc28.zip
-rw-r--r--g4f/gui/client/static/js/chat.v1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/gui/client/static/js/chat.v1.js b/g4f/gui/client/static/js/chat.v1.js
index 5a16ac7d..a875761c 100644
--- a/g4f/gui/client/static/js/chat.v1.js
+++ b/g4f/gui/client/static/js/chat.v1.js
@@ -1262,7 +1262,7 @@ if (SpeechRecognition) {
function may_stop() {
if (microLabel.classList.contains("recognition")) {
- recognition.stop();
+ //recognition.stop();
}
}