fixed menu rendering

This commit is contained in:
Fran Jurmanović
2021-06-01 23:41:54 +02:00
parent eca3d7db4a
commit 11bdec457c
7 changed files with 164 additions and 72 deletions

View File

@@ -14,7 +14,6 @@ class HomePageElement extends HTMLElement {
connectedCallback() {
this.pingService = new PingService(this.appMain?.appService);
if (this.appMain.isAuth) this.getPong();
this.update();
window.addEventListener("tokenchange", this.update);
}