diff options
| author | sD <stoned@derpymail.org> | 2020-02-12 18:37:56 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-12 18:37:56 +0100 |
| commit | 06e9e35dd1aebfea73a26bafefee80429b5ff85b (patch) | |
| tree | b8ced3af27e45280909e83fa39a10bc78179d6e0 /webAO/client.html | |
| parent | f5479a74a4d5ce0cd236527ea36e870226a797bc (diff) | |
add the little triangle you get when a message is over
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/client.html b/webAO/client.html index c033f24..2be5ea4 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -55,8 +55,8 @@ <div id="client_name"></div> <div id="client_chat"> <p id="client_inner_chat"></p> - </div> - <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);"> </div> |
