X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=96174c1d6fca530ab2e3dc81af987ed511a426c4;hp=71d776406e4c0c7c8d50754ab42ca56a7db9d5ed;hb=4f524197ee499b58f574908c58bf50efa69dd359;hpb=10addfff8239405375a1c99b8582f4d4d8283d0a diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index 71d77640..96174c1d 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -1300,8 +1300,7 @@ export default { { body: "vs " + game.players[1-myIdx].name || "@nonymous" } ); } - this.$router.push( - "/game/" + gameInfo.id + "/?focus=" + this.focus); + this.$router.push("/game/" + gameInfo.id); }); }, this.focus ? 500 + 1000 * Math.random() : 0