fix missing )
This commit is contained in:
parent
918edda1f6
commit
141c079b51
|
@ -175,7 +175,7 @@ window.customElements.define('d4s-boot-2', class extends HTMLElement {
|
|||
document.body.appendChild(tmplnk)
|
||||
tmplnk.click()
|
||||
document.body.removeChild(tmplnk)
|
||||
}).catch(err=>alert(err)
|
||||
}).catch(err=>alert(err))
|
||||
}
|
||||
|
||||
logout() {
|
||||
|
|
Loading…
Reference in New Issue