aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2020-05-23 22:40:02 +0300
committerRblSb <msrblsb@gmail.com>2020-05-23 22:40:02 +0300
commitee074d9e901e416e44490af3b43a171727d53728 (patch)
treec5af87b1489b339ef3829474ed2dbdb1c189a978 /res
parent5b94c5cc110f9367b844a622aa0ef4aabef34750 (diff)
Minor emotes fix
Diffstat (limited to 'res')
-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