X-Git-Url: https://git.auder.net/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fviews%2FRules.vue;h=1851609f3439469b20d75610b01c897a99dbe8a8;hb=f35b9960e1c527fc400ebac85321bd4712459da3;hp=556ea863881ffc95fa5100b6bb8c9060fc10a11c;hpb=7ba4a5bc5b64e19a1e7f26aa232d5c50770d07ad;p=vchess.git diff --git a/client/src/views/Rules.vue b/client/src/views/Rules.vue index 556ea863..1851609f 100644 --- a/client/src/views/Rules.vue +++ b/client/src/views/Rules.vue @@ -153,7 +153,7 @@ export default { }, gotoAnalyze: function() { this.$router.push( - "/analyse/" + this.gameInfo.vname + "/?fen=" + V.GenRandInitFen() + "/analyse/" + this.gameInfo.vname + "/?fen=" + V.GenRandInitFen(2) ); } }