Skip to content

Commit

Permalink
add %
Browse files Browse the repository at this point in the history
  • Loading branch information
yafred committed May 1, 2021
1 parent 8ed917c commit e02de83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/embed/javascript/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ function handleNextMovesResponse(dataObject) {
e.preventDefault();
replayGame($(this).attr('data-gameid'))
});
$('#total-games').html(grandTotal + ' (' + grandWhitePercent + '/' + grandDrawPercent + '/' + grandBlackPercent + ')')
$('#total-games').html(grandTotal + ' (' + grandWhitePercent + '/' + grandDrawPercent + '/' + grandBlackPercent + ')%')
}

function setReplayMode() {
Expand Down

0 comments on commit e02de83

Please sign in to comment.