forked from GithubMirrors/cardconjurer
		
	Update main.js
This commit is contained in:
		| @@ -884,3 +884,13 @@ function textCodeReference() { | |||||||
|  |  | ||||||
| //Must run last: | //Must run last: | ||||||
| initialize() | initialize() | ||||||
|  |  | ||||||
|  | //Redundant | ||||||
|  | function loadScript(scriptPath){ | ||||||
|  |   var script = document.createElement('script') | ||||||
|  |   script.setAttribute('type','text/javascript') | ||||||
|  |   script.setAttribute('src', scriptPath) | ||||||
|  |   if (typeof script != 'undefined') { | ||||||
|  |     document.getElementsByTagName('head')[0].appendChild(script) | ||||||
|  |   } | ||||||
|  | } | ||||||
		Reference in New Issue
	
	Block a user
	 Kyle
					Kyle