X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fjavascripts%2Fcomponents%2Fgame.js;h=34b3633a1fba1bf15679ff330ee6c81ab9830797;hb=0e63cd81bfdbee851aa893de1ac6c29c047ad3df;hp=2a5b57092440a40ae04521c23d5ffe566d989e51;hpb=30ff6e040843efa1f283eede84e5995bb0eed09d;p=vchess.git diff --git a/public/javascripts/components/game.js b/public/javascripts/components/game.js index 2a5b5709..34b3633a 100644 --- a/public/javascripts/components/game.js +++ b/public/javascripts/components/game.js @@ -433,6 +433,7 @@ Vue.component('my-game', { this.oppid = oppId; this.oppConnected = true; this.mycolor = color; + delete localStorage["newgame"]; //in case of } else //against computer {