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