Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cyomega committed May 15, 2024
1 parent 0ddedfa commit 9b93fa1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,12 @@
uits = data[lang];
}
});
function equipList()
{
function equipList() {
let s = document.createElement("script");
s.src = "equip.js";
document.getElementById("tableArray").appendChild(s);
}
equipList();
</script>
</body>
</html>
</html>

0 comments on commit 9b93fa1

Please sign in to comment.