aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-18 22:44:23 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-18 22:44:23 -0700
commit7c8706757db1df0195edc64f35ca1554d04eb414 (patch)
treeaf881f98eff9db03eb5aedeefc03473cb03143f2 /view/js
parent3dc066a143783bbfff08a347f7a8aaa9e273e717 (diff)
parent582607c0f03375ab84fcdc046ba73292cbd589f2 (diff)
downloadvolse-hubzilla-7c8706757db1df0195edc64f35ca1554d04eb414.tar.gz
volse-hubzilla-7c8706757db1df0195edc64f35ca1554d04eb414.tar.bz2
volse-hubzilla-7c8706757db1df0195edc64f35ca1554d04eb414.zip
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'view/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 5fe778488..a60b47541 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -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')) {