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