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 15d4b3d..a820911 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -1841,7 +1841,7 @@ async changeBackground(position) {
this._animating = false;
charSprite.src = this.silentSprite;
charSprite.style.opacity = 1;
- waitingBox.innerHTML = "▶";
+ waitingBox.innerHTML = "►";
clearTimeout(this.updater);
}
}