aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/main.js
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2015-09-19 20:11:59 +0200
committerzottel <github@zottel.net>2015-09-19 20:11:59 +0200
commit032ef0ca3495cf4a1caaf1a6ea8000c17aba0ba5 (patch)
tree579fecd828a42463c0a2bf2a99ff95e316610201 /view/js/main.js
parent4d05d477f8363aceb08d533c79d048b4e7be1fa3 (diff)
parent63146821d7f28107ca34fbe581dcc3abf6fd49fe (diff)
downloadvolse-hubzilla-032ef0ca3495cf4a1caaf1a6ea8000c17aba0ba5.tar.gz
volse-hubzilla-032ef0ca3495cf4a1caaf1a6ea8000c17aba0ba5.tar.bz2
volse-hubzilla-032ef0ca3495cf4a1caaf1a6ea8000c17aba0ba5.zip
Merge remote-tracking branch 'upstream/master'
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 77184465d..d3c7175d0 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')) {