css patch

This commit is contained in:
2023-12-18 22:18:49 +01:00
parent 1961047703
commit 651fbbd67f
3 changed files with 4 additions and 3 deletions

View File

@ -52,6 +52,7 @@ export default class extends AbstractView {
// chat
if (logged && client.me.user_id != user.user_id) {
let add_chat = document.createElement("a");
add_chat.href = "";
add_chat.id = "add_chat_off";
add_chat.onclick = async () => {
if (client.channel != undefined) {