Trying to get the functionality to load all running scripts upon load to work

This commit is contained in:
Daniel Xie
2016-12-14 15:44:18 -06:00
parent 334c144bae
commit 7ec22480a2
5 changed files with 9 additions and 3 deletions
-1
View File
@@ -297,7 +297,6 @@ var Engine = {
//Character info
Engine.Display.characterInfo = document.getElementById("character-info");
//Engine.displayCharacterInfo(); - Don't think I need this
//Script editor
Engine.Display.scriptEditorText = document.getElementById("script-editor-text");