Class based popup show and hide api

This commit is contained in:
2025-07-06 21:01:04 +02:00
parent 5b7ba0ad69
commit 098addc4e8
6 changed files with 20 additions and 10 deletions

View File

@@ -51,6 +51,6 @@ export function attachJourneysSearch(search_element) {
element_from.value = "";
element_to.value = "";
element_result.innerText = "";
element_journeys_search.style.display = "block";
element_journeys_search.popupShow();
});
}