projects
/
vchess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec905cb
)
Avoid superposing modals
author
Benjamin Auder
<benjamin.auder@somewhere>
Sat, 15 Feb 2020 23:43:10 +0000
(
00:43
+0100)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Sat, 15 Feb 2020 23:43:10 +0000
(
00:43
+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
957ffad
..
ac2bd78
100644
(file)
--- a/
client/src/views/Hall.vue
+++ b/
client/src/views/Hall.vue
@@
-297,6
+297,7
@@
export default {
{
// Available, in Hall
this.newchallenge.to = this.people[sid].name;
+ document.getElementById("modalPeople").checked = false;
doClick("modalNewgame");
}
else