X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FRules.vue;h=844457d650c59f6d4d3214fdacdf83eb59bbd2d1;hp=7830d26a94bf8e5bef4eae6d88e740f81de93b75;hb=6b7b2cf720e6255e4da0dc34fee363c456346a58;hpb=f5a31ba0f98d215d432b7d3c86388af749df33a4 diff --git a/client/src/views/Rules.vue b/client/src/views/Rules.vue index 7830d26a..844457d6 100644 --- a/client/src/views/Rules.vue +++ b/client/src/views/Rules.vue @@ -153,7 +153,8 @@ export default { }, gotoAnalyze: function() { this.$router.push( - "/analyse/" + this.gameInfo.vname + "/?fen=" + V.GenRandInitFen(2) + "/analyse/" + this.gameInfo.vname + + "/?fen=" + V.GenRandInitFen(this.st.settings.randomness) ); } }