Added correct production build. Properly reset stock market 4S values when prestiging through BitNode

This commit is contained in:
danielyxie
2018-08-27 00:23:04 -05:00
parent 2bf6871ece
commit 53e2a5091c
6 changed files with 164 additions and 162910 deletions
+4 -1
View File
@@ -128,7 +128,7 @@ function prestigeAugmentation() {
Player.hasWseAccount = true;
Player.hasTixApiAccess = true;
}
//Reset Stock market
if (Player.hasWseAccount) {
initStockMarket();
@@ -139,7 +139,10 @@ function prestigeAugmentation() {
while(stockMarketList.firstChild) {
stockMarketList.removeChild(stockMarketList.firstChild);
}
var watchlist = document.getElementById("stock-market-watchlist-filter");
watchlist.value = ""; //Reset watchlist filter
//Load Terminal Screen
var mainMenu = document.getElementById("mainmenu-container");
mainMenu.style.visibility = "visible";
Terminal.resetTerminalInput();