lektura
max.mehl 2018-02-26 17:11:51 +01:00
commit e2e935be24
No known key found for this signature in database
GPG Key ID: 2704E4AB371E2E92
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ function showAllOrgs() {
for (i = 0; i < li_orgs.length; i++) {
li_orgs[i].style.display = "inline-block";
}
// The expand arrow must always be visible if we show all organisations
document.getElementsByClassName('expand')[0].style.visibility = 'visible';
}
function countOrgsToDisplay(orgs, type) {