move clientId init to index.html, make zoom events only exist when they actually do something

This commit is contained in:
Zutatensuppe 2021-05-13 23:38:36 +02:00
parent a0118b0bdf
commit e9129cf049
7 changed files with 106 additions and 111 deletions

View file

@ -82,6 +82,7 @@ export default {
})
this.g = await main(
this.$route.params.id,
this.$clientId,
this.$config.WS_ADDRESS,
MODE_PLAY,
this.$el,

View file

@ -97,6 +97,7 @@ export default {
})
this.g = await main(
this.$route.params.id,
this.$clientId,
this.$config.WS_ADDRESS,
MODE_REPLAY,
this.$el,