changed code -> tiny change, actually done now i hope?
This commit is contained in:
parent
f8f6a5c823
commit
544d923ca6
2
code.js
2
code.js
@ -42,7 +42,7 @@ if(getCookie("saveChoiceAllowed") !== "true") {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
allowHSCookies = getCookie("cookiesAllowed");
|
allowHSCookies = getCookie("cookiesAllowed");
|
||||||
if(allowHSCookies){
|
if(allowHSCookies && getCookie("highScore") !== ""){
|
||||||
highScore = getCookie("highScore");
|
highScore = getCookie("highScore");
|
||||||
}
|
}
|
||||||
document.getElementById("highScore").innerText = "Highscore: " + highScore;
|
document.getElementById("highScore").innerText = "Highscore: " + highScore;
|
||||||
|
Loading…
Reference in New Issue
Block a user