Skip to content

Commit

Permalink
Fix broken typing indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
herronjo committed Nov 15, 2024
1 parent a537bfc commit 57cbcd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tv/chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<body>
<div id="chatmessages" class="flexcontainer"></div>
<i id="typing" class="hidden width100"></i>
<i id="typing" class="hidden width100 sysnotif"></i>
</body>

</html>
2 changes: 1 addition & 1 deletion tv/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h1>STiBaRC TV</h1>
<div id="chatbox">
<h2>Chat</h2>
<div id="chatmessages" class="flexcontainer"></div>
<i id="typing sysnotif" class="hidden width100"></i>
<i id="typing" class="hidden width100 sysnotif"></i>
<div id="chatinput">
<input id="chatmsg" type="text" placeholder="Message" autocomplete="off">
<button id="sendmsg" class="flexcontainer button primary" title="Send Message">Send</button>
Expand Down

0 comments on commit 57cbcd8

Please sign in to comment.