Mercurial Hosting > chat
diff src/get_chat.js.luan @ 104:46418395c860 default tip
add mute chat
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 14 Jul 2025 00:49:11 -0600 |
parents | 991d6be9afe9 |
children |
line wrap: on
line diff
--- a/src/get_chat.js.luan Sun Jul 13 14:38:52 2025 -0600 +++ b/src/get_chat.js.luan Mon Jul 14 00:49:11 2025 -0600 @@ -61,6 +61,7 @@ <img onclick="clickMenu(this)" src="/images/menu.svg"> <div> <span onclick="openPeople()">People in Chat</span> + <span onclick="openMute()">Mute Chat</span> <span onclick="openAddToChat()">Add Someone to Chat</span> <span onclick="deleteChat()">Delete Chat</span> </div>