mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-18 06:54:22 +01:00
correct method
This commit is contained in:
@@ -52,7 +52,7 @@ customElements.define('system-status', class extends HTMLElement {
|
|||||||
|
|
||||||
connectedCallback () {
|
connectedCallback () {
|
||||||
this.root.addEventListener('click', (evt) => {
|
this.root.addEventListener('click', (evt) => {
|
||||||
this.router.onclick(evt)
|
this.router.link(evt)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user