aboutsummaryrefslogtreecommitdiff
path: root/client.js
diff options
context:
space:
mode:
Diffstat (limited to 'client.js')
-rw-r--r--client.js1
1 files changed, 1 insertions, 0 deletions
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 += "<img src='" + emotes[i].button_off + "' id='emo_" + i + "' alt='"+emotes[i].desc+"' class='client_button' onclick='pickemotion(" + i + ")'>";
}
+ pickemotion(1);
}
};
xhr.send();