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