Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Nakatai-0322 committed Feb 14, 2022
1 parent 1822e8f commit 8e68f38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ function Dainyu(){
document.getElementById("fordevua").innerHTML = fordevua;
}

window.addEventListener("load",function() {Dainyu()});
window.addEventListener("load", function() {
Dainyu()
});

0 comments on commit 8e68f38

Please sign in to comment.