From: Benjamin Auder <benjamin.auder@somewhere>
Date: Sat, 15 Feb 2020 23:43:10 +0000 (+0100)
Subject: Avoid superposing modals
X-Git-Url: https://git.auder.net/js/pieces/%7B%7B%20asset('mixstore/doc/R.css?a=commitdiff_plain;h=3e4e742cadbb8a53e9a029891c32d5879d7ef136;p=vchess.git

Avoid superposing modals
---

diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue
index 957ffad9..ac2bd78f 100644
--- 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