Skip to content

Commit

Permalink
little update
Browse files Browse the repository at this point in the history
  • Loading branch information
beanrob authored Jan 25, 2025
1 parent cf4ab1b commit 864c71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glurch/globber.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
document.getElementById("globber").style["filter"] = "hue-rotate(" + globber.colour + "deg)";
document.getElementById("name").innerHTML = globber.name;
document.getElementById("num").innerHTML = globber.globbage;
document.getElementById("nextglob").innerHTML = globber.goal;
document.getElementById("letters").innerHTML = globber.letters;
for (i = 0; i < globbers.length; i = i + 1) {
if (globbers[i].globbage >= 50) {
Expand All @@ -102,6 +101,7 @@
document.getElementById("buttons").style["display"] = "block";
}
localStorage.setItem("globbers", JSON.stringify(globbers));
document.getElementById("nextglob").innerHTML = globber.goal;
}

function letters() {
Expand Down

0 comments on commit 864c71c

Please sign in to comment.