From: Benjamin Auder <benjamin.auder@somewhere>
Date: Tue, 2 Apr 2019 10:36:54 +0000 (+0200)
Subject: 'update'
X-Git-Url: https://git.auder.net/images/doc/html/current/pieces/%7B%7B?a=commitdiff_plain;h=b6c5641fbaa6b51088bf2fbf77e87fddd43c745f;p=vchess.git

'update'
---

diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue
index d0e601ca..000035c6 100644
--- a/client/src/views/Game.vue
+++ b/client/src/views/Game.vue
@@ -12,11 +12,8 @@ pareil quand quelqu'un reco.
 <template lang="pug">
 .row
   .col-sm-12.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2
-    BaseGame(:variant="variant.name" @game-over=".....TODO")
-
-
-
-localStorage["score"] = score;
+    //BaseGame(:variant="variant.name" @game-over=".....TODO")
+    //localStorage["score"] = score;
 
 
     .button-group(v-if="mode!='analyze'")