From bf288e069477842b4f283f2eb7b9982cdacceca8 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 23 Feb 2018 00:31:26 +0100 Subject: default to first emotion --- client.js | 1 + 1 file changed, 1 insertion(+) (limited to 'client.js') diff --git a/client.js b/client.js index 8de2046..a09caea 100644 --- a/client.js +++ b/client.js @@ -541,6 +541,7 @@ function onMessage(e) { button_on: AO_HOST + 'characters/' + chars[me].name + '/emotions/button' + i + '_on.png'}; document.getElementById("client_emo").innerHTML += ""+emotes[i].desc+""; } + pickemotion(1); } }; xhr.send(); -- cgit