X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=4708bcfc40ea8ff8e5eeaaace4107dec25d81b73;hb=7f9a01c07ec7e0aa55854d8cefafb1c94fbff6f3;hp=c91e1270c1f0e8e4858e47f738a47c5cbb72778c;hpb=9aec0ce61bfa527b58256370994cb57983461940;p=vchess.git diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index c91e1270..4708bcfc 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -873,6 +873,10 @@ 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 = "*";