Fix GH Issue #632: 'Create Program' link visibility should now be properly dynamically evaluated

This commit is contained in:
danielyxie
2019-07-01 21:15:11 -07:00
committed by danielyxie
parent b2772bbfc1
commit 571ddb109a
3 changed files with 4 additions and 2 deletions
-1
View File
@@ -41,7 +41,6 @@ function getNumAvailableCreateProgram() {
if (Player.firstProgramAvailable === false && count > 0) {
Player.firstProgramAvailable = true;
document.getElementById("create-program-tab").style.display = "list-item";
document.getElementById("hacking-menu-header").click();
document.getElementById("hacking-menu-header").click();
}