diff options
| author | stonedDiscord <stoned@derpymail.org> | 2018-02-23 00:31:26 +0100 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2018-02-23 00:31:26 +0100 |
| commit | bf288e069477842b4f283f2eb7b9982cdacceca8 (patch) | |
| tree | f504dbc8fc06f52386a8d79c26634e65b254918b /client.js | |
| parent | 1b7dbf351dee87bc1184803a0c96c5eedecac89f (diff) | |
default to first emotion
Diffstat (limited to 'client.js')
| -rw-r--r-- | client.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 += "<img src='" + emotes[i].button_off + "' id='emo_" + i + "' alt='"+emotes[i].desc+"' class='client_button' onclick='pickemotion(" + i + ")'>"; } + pickemotion(1); } }; xhr.send(); |
