fix missing )

This commit is contained in:
dcore94 2022-04-12 19:11:54 +02:00
parent 918edda1f6
commit 141c079b51
1 changed files with 1 additions and 1 deletions

View File

@ -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() {