Unbreak readmore
This commit is contained in:
parent
7c3193e26e
commit
1ac9a4976f
@ -596,9 +596,11 @@ function updateConvItems(mode,data) {
|
|||||||
|
|
||||||
function collapseHeight() {
|
function collapseHeight() {
|
||||||
$(".wall-item-body, .contact-info").each(function() {
|
$(".wall-item-body, .contact-info").each(function() {
|
||||||
if(! $(this).hasClass('divmore')) {
|
if($(this).height() > divmore_height + 10) {
|
||||||
$(this).readmore({collapsedHeight: divmore_height, moreLink: '<a href="#">'+aStr['divgrowmore']+'</a>', lessLink: '<a href="#">'+aStr['divgrowless']+'</a>'});
|
if(! $(this).hasClass('divmore')) {
|
||||||
$(this).addClass('divmore');
|
$(this).readmore({collapsedHeight: divmore_height, moreLink: '<a href="#">'+aStr['divgrowmore']+'</a>', lessLink: '<a href="#">'+aStr['divgrowless']+'</a>'});
|
||||||
|
$(this).addClass('divmore');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user