@ -42,7 +42,7 @@ if(getCookie("saveChoiceAllowed") !== "true") {
}
allowHSCookies = getCookie("cookiesAllowed");
if(allowHSCookies){
if(allowHSCookies && getCookie("highScore") !== ""){
highScore = getCookie("highScore");
document.getElementById("highScore").innerText = "Highscore: " + highScore;