Skip to content

Commit

Permalink
Renamed function SetStatus to Preload
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterDevX authored Dec 9, 2018
1 parent 4455910 commit e67cb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ function SolvedOut(){
document.getElementById("solved").innerHTML += l13 + "<br>";
}
}
function SetStatus(){
function Preload(){
sbts = 1;
}

0 comments on commit e67cb05

Please sign in to comment.