projects
/
vchess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d3f6a3
)
Attempt to fix sending challenges...
author
Benjamin Auder
<benjamin.auder@somewhere>
Fri, 7 May 2021 21:33:23 +0000
(23:33 +0200)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Fri, 7 May 2021 21:33:23 +0000
(23:33 +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
61e809e
..
707debe
100644
(file)
--- a/
client/src/views/Hall.vue
+++ b/
client/src/views/Hall.vue
@@
-1098,7
+1098,7
@@
export default {
}
window.V = this.newchallenge.V;
let chall = Object.assign({}, this.newchallenge);
- if (!this.newchallenge.
options
) chall.options = { options: {} };
+ if (!this.newchallenge.
fromPreset
) chall.options = { options: {} };
if (V.Options && !this.newchallenge.fromPreset) {
// Get/set options variables (if any) / TODO: v-model?!
for (const check of this.newchallenge.V.Options.check || []) {