update yatzee.js
This commit is contained in:
parent
2ddd495f7a
commit
c4a6f91b73
@ -78,7 +78,7 @@ function hold_score(cell) {
|
||||
|
||||
document.getElementById("cell13").innerHTML = sub_total;
|
||||
document.getElementById("cell31").innerHTML = final_total;
|
||||
if (game_over == true) document.getElementById('btn').innerHTML = "New Game?";
|
||||
if (game_over == true) {document.getElementById('btn').innerHTML = "New Game?"; drawboard();}
|
||||
}
|
||||
/*
|
||||
sub_total = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user