From b6c5641fbaa6b51088bf2fbf77e87fddd43c745f Mon Sep 17 00:00:00 2001 From: Benjamin Auder <benjamin.auder@somewhere> Date: Tue, 2 Apr 2019 12:36:54 +0200 Subject: [PATCH] 'update' --- client/src/views/Game.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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'") -- 2.44.0