Merge pull request #162 from danielyxie/bugfixes

Fixed gang display bug
This commit is contained in:
danielyxie 2017-11-16 15:42:58 -06:00 committed by GitHub
commit bb555700cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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();
}