bugfixes, new options in settings panel

This commit is contained in:
NoobishSVK
2024-03-03 19:30:34 +01:00
parent d90c8ed479
commit 36647b79b5
9 changed files with 228 additions and 125 deletions
+1 -1
View File
@@ -362,7 +362,7 @@ function getCurrentFreq() {
function checkKey(e) {
e = e || window.event;
if ($('#password:focus').length > 0) {
if ($('#password:focus').length > 0 || $('#chat-send-message:focus').length > 0) {
return;
}