aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
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 = "▶";
+ waitingBox.innerHTML = "►";
this._animating = false;
clearTimeout(this.updater);
}