fixed menu and moved variables so they are setup first and then all the others will have access to them

This commit is contained in:
headwinds 2018-10-07 23:01:35 -04:00
parent c82e0a69f7
commit 3a4779e102
5 changed files with 129 additions and 174 deletions

View file

@ -1298,6 +1298,7 @@
<input type="file" accept=".txt" id="namesbaseToLoad">
</div>
<script src="refactor-variables.js"></script>
<script src="refactor-one.js"></script>
<script src="refactor-two.js"></script>
<script src="refactor-three.js"></script>