aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-04-25 18:55:02 +0200
committersD <stoned@derpymail.org>2020-04-25 18:55:02 +0200
commit9ba6090591afa56ce0ee72469c5874b7b8303e9a (patch)
tree6a0102ad4b4d49110f3f7ad2b456b62543d515bf /webAO/client.js
parente78a2903ab56b1e6d1d0aa3e22d9e7fdef907a16 (diff)
don't use the emoji for the spinner
Diffstat (limited to 'webAO/client.js')
-rw-r--r--webAO/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js
index 1913d71..cce9b01 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -1821,7 +1821,7 @@ async changeBackground(position) {
if (this.textnow === this.chatmsg.content) {
charSprite.src = this.silentSprite;
charSprite.style.display = "";
- waitingBox.innerHTML = "&#9654;";
+ waitingBox.innerHTML = "&#9658;";
this._animating = false;
clearTimeout(this.updater);
}