call collapseHeight when needed

This commit is contained in:
friendica 2014-12-16 17:43:36 -08:00
parent 07e747ed0e
commit 6c8ff37591
2 changed files with 5 additions and 0 deletions

View File

@ -437,6 +437,8 @@ function updatePageItems(mode,data) {
pageHasMoreContent = false;
}
collapseHeight();
}

View File

@ -6,3 +6,6 @@ function dirdetails(hash) {
}
$(document).ready(function() {
collapseHeight();
}