Forgot to remove game seek on new game
[vchess.git] / public / javascripts / components / game.js
index 2a5b570..34b3633 100644 (file)
@@ -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
                        {