lektura
max.mehl 2018-03-23 12:22:05 +01:00
commit 3594a9cde1
No known key found for this signature in database
GPG Key ID: 2704E4AB371E2E92
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ function selectOrgType(type) {
}
// Hide the 'expand' arrow if there is no need for it
if (countOrgsToDisplay(li_orgs, type) < 27) {
if (countOrgsToDisplay(li_orgs, type) < 28) {
document.getElementsByClassName('expand')[0].style.visibility = 'hidden';
} else {
document.getElementsByClassName('expand')[0].style.visibility = 'visible';