fix some directory anomolies
This commit is contained in:
@@ -594,7 +594,7 @@ function updateConvItems(mode,data) {
|
||||
|
||||
|
||||
function collapseHeight() {
|
||||
$(".wall-item-body, .directory-item").each(function() {
|
||||
$(".wall-item-body, .contact-info").each(function() {
|
||||
if($(this).height() > divmore_height + 10) {
|
||||
if(! $(this).hasClass('divmore')) {
|
||||
$(this).divgrow({ initialHeight: divmore_height, moreText: aStr['divgrowmore'], lessText: aStr['divgrowless'], showBrackets: false });
|
||||
|
@@ -8,4 +8,4 @@ function dirdetails(hash) {
|
||||
|
||||
$(document).ready(function() {
|
||||
collapseHeight();
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user