Conflicts:
	util/messages.po
This commit is contained in:
redmatrix
2015-09-18 22:46:21 -07:00
8 changed files with 21 additions and 14 deletions

View File

@@ -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')) {