fix calculation of content height with margins
This commit is contained in:
@@ -615,7 +615,7 @@ function updateConvItems(mode,data) {
|
||||
|
||||
|
||||
function collapseHeight() {
|
||||
$(".wall-item-body, .directory-collapse").each(function() {
|
||||
$(".wall-item-content, .directory-collapse").each(function() {
|
||||
var orgHeight = $(this).height();
|
||||
if(orgHeight > divmore_height + 10) {
|
||||
if(! $(this).hasClass('divmore')) {
|
||||
|
Reference in New Issue
Block a user