mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Fixed issue with add to other list form not correctly handling variables
This commit is contained in:
@@ -1802,6 +1802,7 @@ function addDynamicListeners() {
|
||||
} else if(event.keyCode == 32 && document.querySelector(".search-container").classList.contains("hide") && window.location.pathname != "/" &&
|
||||
document.querySelector("#text-chat-input") != document.activeElement &&
|
||||
document.querySelector("#password") != document.activeElement &&
|
||||
document.querySelector("#other-list-name-add") != document.activeElement &&
|
||||
document.querySelector("#user-pass-input") != document.activeElement &&
|
||||
document.querySelector("#thumbnail_input") != document.activeElement &&
|
||||
document.querySelector("#rules_input") != document.activeElement &&
|
||||
|
||||
Reference in New Issue
Block a user