diff options
| author | sD <stoned@derpymail.org> | 2020-04-25 21:11:05 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-25 21:11:05 +0200 |
| commit | 1d9bf732f0d186385e63cba2098751c24c62d514 (patch) | |
| tree | 675e94c7df8808d04f2d232594ba98ebfc4ffaf8 /webAO/client.js | |
| parent | a4c3cad6237a09839953dc71be6114a1e32822d5 (diff) | |
waiting spinner: forgot one occurence
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 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); } } |
