diff options
Diffstat (limited to 'js/chats.js')
-rw-r--r-- | js/chats.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/chats.js b/js/chats.js index a240cce..3073ac9 100644 --- a/js/chats.js +++ b/js/chats.js @@ -344,7 +344,7 @@ async function setRecipient(name = null) { sogovornik = name; currentlyChattingWith = directory[name]; - $("#chat-mustSelectRecipient").prop("hidden", true); + $("#chat-mustSelectRecipient").hide(); updateSendButton(); clearMessages(); // <-- do when recipient selected |