mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Merge pull request #162 from danielyxie/bugfixes
Fixed gang display bug
This commit is contained in:
commit
bb555700cb
76294
dist/bundle.js
vendored
76294
dist/bundle.js
vendored
File diff suppressed because one or more lines are too long
@ -1037,7 +1037,7 @@ function displayGangContent() {
|
||||
|
||||
territorySubpage.appendChild(territoryBorder);
|
||||
}
|
||||
document.getElementById("gang-container").style.visibility = "visible";
|
||||
document.getElementById("gang-container").style.display = "block";
|
||||
updateGangContent();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user