X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=4a481df791fb917d653ce40da9f2f15e1bccbd77;hp=96174c1d6fca530ab2e3dc81af987ed511a426c4;hb=1f6bf26c9ba540bfb46483c0935694c70e8016cf;hpb=f709e12f07c1f3316340c7d330031863ebbd5e75 diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index 96174c1d..4a481df7 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -1303,7 +1303,7 @@ export default { this.$router.push("/game/" + gameInfo.id); }); }, - this.focus ? 500 + 1000 * Math.random() : 0 + this.focus ? 0 : 500 + 1000 * Math.random() ); } }