aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-04-25 21:11:05 +0200
committersD <stoned@derpymail.org>2020-04-25 21:11:05 +0200
commit1d9bf732f0d186385e63cba2098751c24c62d514 (patch)
tree675e94c7df8808d04f2d232594ba98ebfc4ffaf8 /webAO/client.js
parenta4c3cad6237a09839953dc71be6114a1e32822d5 (diff)
waiting spinner: forgot one occurence
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 = "&#9654;";
+ waitingBox.innerHTML = "&#9658;";
clearTimeout(this.updater);
}
}