diff options
| author | sD <stoned@derpymail.org> | 2020-04-25 18:55:02 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-25 18:55:02 +0200 |
| commit | 9ba6090591afa56ce0ee72469c5874b7b8303e9a (patch) | |
| tree | 6a0102ad4b4d49110f3f7ad2b456b62543d515bf /webAO/client.js | |
| parent | e78a2903ab56b1e6d1d0aa3e22d9e7fdef907a16 (diff) | |
don't use the emoji for the spinner
Diffstat (limited to 'webAO/client.js')
| -rw-r--r-- | webAO/client.js | 2 |
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); } |
