summaryrefslogtreecommitdiffstats
path: root/g4f/gui/client/js/chat.v1.js
diff options
context:
space:
mode:
authorHeiner Lohaus <hlohaus@users.noreply.github.com>2024-02-24 14:52:23 +0100
committerHeiner Lohaus <hlohaus@users.noreply.github.com>2024-02-24 14:52:23 +0100
commit55caf8e7def645145504b68f34f43600a4a31f5d (patch)
treeab5762c444649ffcc4012460713439d1cd6154bc /g4f/gui/client/js/chat.v1.js
parentAdd remove messages from history (diff)
downloadgpt4free-55caf8e7def645145504b68f34f43600a4a31f5d.tar
gpt4free-55caf8e7def645145504b68f34f43600a4a31f5d.tar.gz
gpt4free-55caf8e7def645145504b68f34f43600a4a31f5d.tar.bz2
gpt4free-55caf8e7def645145504b68f34f43600a4a31f5d.tar.lz
gpt4free-55caf8e7def645145504b68f34f43600a4a31f5d.tar.xz
gpt4free-55caf8e7def645145504b68f34f43600a4a31f5d.tar.zst
gpt4free-55caf8e7def645145504b68f34f43600a4a31f5d.zip
Diffstat (limited to 'g4f/gui/client/js/chat.v1.js')
-rw-r--r--g4f/gui/client/js/chat.v1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/gui/client/js/chat.v1.js b/g4f/gui/client/js/chat.v1.js
index 57af298b..37775fbb 100644
--- a/g4f/gui/client/js/chat.v1.js
+++ b/g4f/gui/client/js/chat.v1.js
@@ -11,7 +11,7 @@ const imageInput = document.querySelector('#image');
const cameraInput = document.querySelector('#camera');
const fileInput = document.querySelector('#file');
-let prompt_lock = false;
+let prompt_lock = false;
hljs.addPlugin(new CopyButtonPlugin());