X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fjavascripts%2Fcomponents%2Fgame.js;h=54ee1282a382ebf9b6434034d2d0901c42ecf336;hb=2f6e0cc5027f261ce6c3c472f755d8d7d892b632;hp=58fd365a3275057b01897b260ebecfee8b09b334;hpb=4bd00ce35a201f739909783859e49fe07354a22e;p=vchess.git diff --git a/public/javascripts/components/game.js b/public/javascripts/components/game.js index 58fd365a..54ee1282 100644 --- a/public/javascripts/components/game.js +++ b/public/javascripts/components/game.js @@ -1266,7 +1266,7 @@ Vue.component('my-game', { }, clickGameSeek: function(e) { this.getRidOfTooltip(e.currentTarget); - if (this.mode == "human") + if (this.mode == "human" && this.score == "*") return; //no newgame while playing if (this.seek) {