call collapseHeight when needed
This commit is contained in:
parent
07e747ed0e
commit
6c8ff37591
@ -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