Skip to content

Commit

Permalink
Update: Welcome Page
Browse files Browse the repository at this point in the history
  • Loading branch information
evannilaz-zz committed Aug 26, 2020
1 parent b1afd33 commit 673ba04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intro/link.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
document.querySelectorAll("div>button")[0].addEventListener("click",() => {
localStorage.setItem("files","");
localStorage.setItem("files",JSON.stringify(new Array()));
location.href = "../index.html";
});

Expand Down

0 comments on commit 673ba04

Please sign in to comment.