Ajout d'une categorie toilettes

This commit is contained in:
EpicKiwi 2026-06-29 23:05:53 +02:00
parent cb10cc189c
commit b2a8af6db2
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
3 changed files with 6 additions and 3 deletions

View file

@ -222,6 +222,7 @@ bindButtonToCategory(document.getElementById("explore-drinking-water"), "drinkin
bindButtonToCategory(document.getElementById("explore-on-schedule"), "on-schedule")
bindButtonToCategory(document.getElementById("explore-dodo"), "dodo")
bindButtonToCategory(document.getElementById("explore-bin"), "bin")
bindButtonToCategory(document.getElementById("explore-toilets"), "toilets")
document.getElementById("logo").addEventListener("click", e => {
openFeature()