Revert to memorize = false when sending a challenge through URL
[vchess.git] / client / src / views / Hall.vue
index 4708bcf..39b9027 100644 (file)
@@ -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 = "*";