aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/main.js
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-10-12 16:16:14 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-10-12 16:16:14 -0700
commit42db2bc93d4ac0f90de1789fbf6df797c45b679e (patch)
tree7d75d1596d50fa5ba07cb9e931a52b0e9cabe964 /view/js/main.js
parenta2f5b55d10e5ed18494da99381874319c9a835d5 (diff)
parent43eefb5929ea81cbe3a4318eb8374151e3b9d9f2 (diff)
downloadvolse-hubzilla-42db2bc93d4ac0f90de1789fbf6df797c45b679e.tar.gz
volse-hubzilla-42db2bc93d4ac0f90de1789fbf6df797c45b679e.tar.bz2
volse-hubzilla-42db2bc93d4ac0f90de1789fbf6df797c45b679e.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/js/main.js')
-rw-r--r--view/js/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js
index 34d6bf475..14d9dcd2f 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -616,7 +616,7 @@ function updateConvItems(mode,data) {
function collapseHeight() {
$(".wall-item-content, .directory-collapse").each(function() {
- var orgHeight = $(this).height();
+ var orgHeight = $(this).outerHeight(true);
if(orgHeight > divmore_height + 10) {
if(! $(this).hasClass('divmore')) {
$(this).readmore({