Fixed gang display bug

This commit is contained in:
danielyxie 2017-11-16 15:41:40 -06:00
parent 99c596b48a
commit 3c4185c9b1
2 changed files with 38148 additions and 38148 deletions

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();
}