X-Git-Url: https://git.auder.net/variants/Dynamo/complete_rules.html?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=39b90271a15b5d4b68683eda2375a355534455d9;hb=59e3c43eb6d1d950cb523188e3671af3a6bcb045;hp=4708bcfc40ea8ff8e5eeaaace4107dec25d81b73;hpb=7f9a01c07ec7e0aa55854d8cefafb1c94fbff6f3;p=vchess.git diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index 4708bcfc..39b90271 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -328,7 +328,8 @@ export default { randomness: 0, memorize: false }; - this.issueNewChallenge(); + window.doClick("modalNewgame"); + //this.issueNewChallenge(); //NOTE: doesn't work yet. }, this.$route.query["variant"] ); @@ -873,10 +874,6 @@ export default { let newGame = game; newGame.type = this.classifyObject(game); newGame.vname = this.getVname(game.vid); - - -console.log(newGame.vname); -console.log(game.vid); if (!game.score) // New game from Hall newGame.score = "*";