Ajout des categories

This commit is contained in:
EpicKiwi 2026-06-29 21:54:50 +02:00
parent 8b4e21f32e
commit 7e654b4640
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
6 changed files with 803 additions and 7 deletions

View file

@ -23,7 +23,7 @@ class CoordsElement extends HTMLElement {
}
updateContent(){
this.#shadow.replaceChildren(
this.#shadow?.replaceChildren(
this.formatCoordComponent(this.lat),
", ",
this.formatCoordComponent(this.lon)