Ajout des borduresw

This commit is contained in:
EpicKiwi 2026-06-07 22:29:27 +02:00
parent 48aad70993
commit 255c47183d
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
6 changed files with 732 additions and 13 deletions

View file

@ -21,7 +21,7 @@ window.interhackPlaces = places;
await MAP.init_places(places)
// GESTION de la recherche
const search_form = document.getElementById("search-area")
const search_form = document.getElementById("search-section")
search_form.elements["query"].addEventListener("change", () => search_form.requestSubmit())
search_form.elements["query"].addEventListener("input", () => search_form.requestSubmit())