X-Git-Url: https://git.auder.net/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fviews%2FGame.vue;h=4afac12da6ecedbe3dfdab87e6630ec7275d3ff7;hb=58aedcd1f49272a6f0dfb7adeeb7650d7daeb75e;hp=075919dbd924b6fe9f2e19249ac608879b55098c;hpb=0705a80c63aec2c60ee6a674b982f6a11d2d50bd;p=vchess.git diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 075919db..4afac12d 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -256,7 +256,8 @@ export default { // In case of incomplete information variant: boardDiv.style.visibility = "hidden"; this.atCreation(); - } else + } + else // Same game ID this.nextIds = JSON.parse(this.$route.query["next"] || "[]"); }