Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirilllive authored Dec 7, 2024
1 parent 729c87b commit 56e87f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
reader.onload=function(){setup.puzzle_fifteen.art.url=reader.result;gen_file();}
reader.onerror=function(error){alert('Error: '+error);}
function gen_file(){
var url="fifteen_puzzle.js";
let url="fifteen_puzzle.js";
let xmlhttp=new XMLHttpRequest();
xmlhttp.onreadystatechange=function(){
if(this.readyState==4&&this.status==200){
Expand Down

0 comments on commit 56e87f3

Please sign in to comment.