empty results when opening addtaskmenu add when searching.

This commit is contained in:
glax 2023-05-23 16:59:45 +02:00
parent 73d98b9c0f
commit f85e02fb0a

View File

@ -59,6 +59,7 @@ GetAvailableControllers()
searchPublicationQuery.addEventListener("keypress", (event) => {
if(event.key === "Enter"){
selectPublication.replaceChildren();
GetPublication(connectorSelect.value, searchPublicationQuery.value)
//.then(json => console.log(json));
.then(json =>
@ -121,6 +122,7 @@ function ResetContent(){
}
function ShowNewTaskWindow(){
selectPublication.replaceChildren();
addtaskpopup.style.display = "block";
addtaskpopup.animate(fadeIn, fadeInTiming);
}