projects
/
vchess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aec0ce
)
Debug attempt
author
Benjamin Auder
<benjamin.auder@somewhere>
Sun, 31 Jan 2021 18:22:56 +0000
(19:22 +0100)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Sun, 31 Jan 2021 18:22:56 +0000
(19:22 +0100)
client/src/views/Hall.vue
patch
|
blob
|
blame
|
history
diff --git
a/client/src/views/Hall.vue
b/client/src/views/Hall.vue
index
c91e127
..
4708bcf
100644
(file)
--- 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 = "*";