add op.js to public site

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-02-05 22:39:22 +01:00
parent 2c20c1e3df
commit a92ce66048
10 changed files with 28 additions and 5 deletions

View File

@@ -81,6 +81,8 @@ export class MixanWeb extends Mixan<MixanWebOptions> {
} else {
window.addEventListener('locationchange', () => this.screenView());
}
this.screenView();
}
public screenView(properties?: Record<string, unknown>): void {