Fixed issue with add to other list form not correctly handling variables

This commit is contained in:
Kasper Rynning-Tønnesen
2019-01-22 17:52:12 +01:00
parent 9bd4fcdf32
commit d359c8e0c2
3 changed files with 7 additions and 2 deletions

View File

@@ -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 &&