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.html | |
| parent | e78a2903ab56b1e6d1d0aa3e22d9e7fdef907a16 (diff) | |
don't use the emoji for the spinner
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.html b/webAO/client.html index e3e835c..2878778 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -83,7 +83,7 @@ </div> <div id="client_chat"> <p id="client_inner_chat"></p> - <div id="client_chatwaiting">▶</div> + <div id="client_chatwaiting">►</div> </div> </div> <img id="client_testimony" alt="Testimony overlay" style="display: none;" onerror="imgError(this);"> |
