X-Git-Url: https://git.auder.net/images/pieces/current/gitweb.js?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fviews%2FHall.vue;h=28d59c98188ff862e1a8a6bfcd998fb945df9b7e;hb=5e477328708cbc344e644e60f0bd0ca8cdec5697;hp=4708bcfc40ea8ff8e5eeaaace4107dec25d81b73;hpb=7f9a01c07ec7e0aa55854d8cefafb1c94fbff6f3;p=vchess.git diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index 4708bcfc..28d59c98 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -326,9 +326,10 @@ export default { cadence: this.$route.query["cadence"], // Tournament: no randomness (TODO: for now at least) randomness: 0, - memorize: false + memorize: true //TODO... }; - 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 = "*";