Did more work on applying for jobs at companies. Need to create constructor/Revivor for companyPositions

This commit is contained in:
Daniel Xie
2017-02-02 17:33:47 -06:00
parent c7b093830b
commit 7382454e83
8 changed files with 1403 additions and 888 deletions
+3
View File
@@ -651,6 +651,9 @@ var Engine = {
//Location page (page that shows up when you visit a specific location in World)
Engine.Display.locationContent = document.getElementById("location-container");
Engine.Display.locationContent.style.visibility = "hidden";
//Init Location buttons
initLocationButtons();
//Script editor
Engine.Display.scriptEditorText = document.getElementById("script-editor-text");