diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-04-11 04:26:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 04:26:30 +0200 |
commit | df6ce3a53151f296cd93638203c489c60563bc28 (patch) | |
tree | 02df1634d375b94f1e70a460a8fbf704700364ae /g4f/gui/client/static | |
parent | Update chat.v1.js (diff) | |
download | gpt4free-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 |
Diffstat (limited to 'g4f/gui/client/static')
-rw-r--r-- | g4f/gui/client/static/js/chat.v1.js | 2 |
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(); } } |