From 3f33799a107bf88aa8378fb641322b9d128fcc71 Mon Sep 17 00:00:00 2001 From: rstular Date: Thu, 14 May 2020 11:22:29 +0200 Subject: Bug fix ("|" isn't valid in a selector) --- js/chats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/chats.js') 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 -- cgit v1.2.3