projects
/
vchess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eca731
)
Fix live games
author
Benjamin Auder
<benjamin.auder@somewhere>
Fri, 9 Apr 2021 14:02:50 +0000
(16:02 +0200)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Fri, 9 Apr 2021 14:02:50 +0000
(16:02 +0200)
client/src/views/Hall.vue
patch
|
blob
|
blame
|
history
diff --git
a/client/src/views/Hall.vue
b/client/src/views/Hall.vue
index
f3c421e
..
05ee05b
100644
(file)
--- a/
client/src/views/Hall.vue
+++ b/
client/src/views/Hall.vue
@@
-1403,7
+1403,8
@@
export default {
moves: [],
clocks: [-1, -1], //-1 = unstarted
chats: [],
- score: "*"
+ score: "*",
+ options: JSON.stringify(gameInfo.options)
}
);
setTimeout(