reorganization

This commit is contained in:
Kyle
2018-11-07 17:59:01 -08:00
parent 29df4fe212
commit 32112242f8
7 changed files with 874 additions and 820 deletions

View File

@@ -1,3 +1,4 @@
//Allows javascript files to be loaded through javascript code
function loadScript(scriptName){
var script = document.createElement("script")
script.setAttribute("type","text/javascript")