From 0d90479097b4342f42e917780c66c5b7bd7cb60a Mon Sep 17 00:00:00 2001 From: Daniel Xie Date: Sat, 3 Jun 2017 23:56:18 -0500 Subject: [PATCH] Fixed issue with Faction page formatting. Script.reset() now re-updated RAM usage --- css/menupages.css | 5 ++--- index.html | 3 ++- src/Script.js | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/css/menupages.css b/css/menupages.css index 1318bff0b..3480cb238 100644 --- a/css/menupages.css +++ b/css/menupages.css @@ -299,7 +299,8 @@ background-color: #555; padding-left: 10px; height: 100%; margin-left: 10%; - width: 90%; + width: 99%; + overflow: auto; overflow-y: auto; } @@ -308,8 +309,6 @@ background-color: #555; margin: 6px; } - - #faction-hack-div, #faction-fieldwork-div, #faction-securitywork-div, diff --git a/index.html b/index.html index 4d087a810..4f89485d8 100644 --- a/index.html +++ b/index.html @@ -516,12 +516,13 @@

-


+
As your reputation with this faction rises, you will unlock Augmentations, which you can purchase to enhance your abilities.

Purchase Augmentations +



diff --git a/src/Script.js b/src/Script.js index 20bbd6bbd..9fa101940 100644 --- a/src/Script.js +++ b/src/Script.js @@ -150,6 +150,8 @@ Script.prototype.saveScript = function() { } Script.prototype.reset = function() { + this.updateRamUsage(); + this.offlineRunningTime = 0.01; //Seconds this.offlineMoneyMade = 0; this.offlineExpGained = 0;