Ajout des categories
This commit is contained in:
parent
8b4e21f32e
commit
7e654b4640
6 changed files with 803 additions and 7 deletions
|
|
@ -23,7 +23,7 @@ class CoordsElement extends HTMLElement {
|
|||
}
|
||||
|
||||
updateContent(){
|
||||
this.#shadow.replaceChildren(
|
||||
this.#shadow?.replaceChildren(
|
||||
this.formatCoordComponent(this.lat),
|
||||
", ",
|
||||
this.formatCoordComponent(this.lon)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue