X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;fp=client%2Fsrc%2Fviews%2FGame.vue;h=1eef3346427a2e52da6fc34433d1d727ed83e331;hp=ef3819b1ab19f79ab2cf053209a1335f262d0c0a;hb=c11afcdfa8678a27ea6c0822f6d3fef83967701b;hpb=cbe9537881e68f50c43f48d3699c4b248690fb4d diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index ef3819b1..1eef3346 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -1602,7 +1602,7 @@ export default { // In corr games, callback to change page only after score is set: gameOver: function(score, scoreMsg, callback) { this.game.score = score; - if (!scoreMsg) scoreMsg = getScoreMessage(score); + if (!scoreMsg) scoreMsg = getScoreMessage(score, V.ReverseColors); this.game.scoreMsg = scoreMsg; document.getElementById("modalRules").checked = false; // Display result in a un-missable way: