Fixed several more bugs. Rebalanced stock market changes to make the effects a bit less potent for now

This commit is contained in:
danielyxie
2019-05-14 04:23:55 -07:00
parent fef7aaba8f
commit bd02e724e5
9 changed files with 23 additions and 11 deletions
+1 -1
View File
@@ -277,8 +277,8 @@ const Engine = {
loadActiveScriptsContent: function() {
Engine.hideAllContent();
Engine.Display.activeScriptsContent.style.display = "block";
updateActiveScriptsItems();
routing.navigateTo(Page.ActiveScripts);
updateActiveScriptsItems();
MainMenuLinks.ActiveScripts.classList.add("active");
},