call collapseHeight when needed
This commit is contained in:
@@ -437,6 +437,8 @@ function updatePageItems(mode,data) {
|
||||
pageHasMoreContent = false;
|
||||
}
|
||||
|
||||
collapseHeight();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -6,3 +6,6 @@ function dirdetails(hash) {
|
||||
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
collapseHeight();
|
||||
}
|
||||
Reference in New Issue
Block a user