Add focus on add to other list button click

This commit is contained in:
Kasper Rynning-Tønnesen
2019-01-22 17:56:22 +01:00
parent d359c8e0c2
commit 9b79242246

View File

@@ -1004,6 +1004,7 @@ function addDynamicListeners() {
addListener("click", "#addToOtherList", function(event) { addListener("click", "#addToOtherList", function(event) {
this.preventDefault(); this.preventDefault();
Helper.toggleClass("#addToListInput", "hide"); Helper.toggleClass("#addToListInput", "hide");
document.getElementById("other-list-name-add").focus();
}); });
addListener("submit", "#addToOtherListForm", function(event) { addListener("submit", "#addToOtherListForm", function(event) {