aboutsummaryrefslogtreecommitdiffstats
path: root/res/client.js
diff options
context:
space:
mode:
Diffstat (limited to 'res/client.js')
-rw-r--r--res/client.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/client.js b/res/client.js
index 0d19189..fb8e7c9 100644
--- a/res/client.js
+++ b/res/client.js
@@ -1400,6 +1400,9 @@ client_Main.prototype = {
smilesWrap.style.display = "none";
smilesWrap.onclick = function(e) {
var el = e.target;
+ if(el == smilesWrap) {
+ return;
+ }
var form = window.document.querySelector("#chatline");
form.value += " " + el.title;
form.focus();
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage