projects
/
vchess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e47732
)
Revert to memorize = false when sending a challenge through URL
author
Benjamin Auder
<benjamin.auder@somewhere>
Tue, 16 Mar 2021 11:52:56 +0000
(12:52 +0100)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Tue, 16 Mar 2021 11:52:56 +0000
(12:52 +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
28d59c9
..
39b9027
100644
(file)
--- a/
client/src/views/Hall.vue
+++ b/
client/src/views/Hall.vue
@@
-326,7
+326,7
@@
export default {
cadence: this.$route.query["cadence"],
// Tournament: no randomness (TODO: for now at least)
randomness: 0,
- memorize:
true //TODO...
+ memorize:
false
};
window.doClick("modalNewgame");
//this.issueNewChallenge(); //NOTE: doesn't work yet.