put config.js just before the inline script.
This commit is contained in:
parent
f631735783
commit
b63cc810d7
@ -3,7 +3,6 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" type="text/css" href="styles.css">
|
||||
<script src="config.js"></script>
|
||||
<title>Gamma World Gaming Tools</title>
|
||||
</head>
|
||||
<body>
|
||||
@ -30,7 +29,7 @@
|
||||
|
||||
<hr/>
|
||||
<div id="toolPanel"></div>
|
||||
|
||||
<script src="config.js"></script>
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
loadContent("intro.html");
|
||||
|
Loading…
Reference in New Issue
Block a user