diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-06-23 13:06:22 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-06-23 13:06:22 +0200 |
commit | b6c4601d8fe96d53428697dd98d085f3602b2e6e (patch) | |
tree | 3f821bca2855e03c8c09b58c3e1901b83fa97b1b /view/js/main.js | |
parent | a4775aab9b823523dd91246cbbb7fec3375b214d (diff) | |
download | volse-hubzilla-b6c4601d8fe96d53428697dd98d085f3602b2e6e.tar.gz volse-hubzilla-b6c4601d8fe96d53428697dd98d085f3602b2e6e.tar.bz2 volse-hubzilla-b6c4601d8fe96d53428697dd98d085f3602b2e6e.zip |
some work on directory
Diffstat (limited to 'view/js/main.js')
-rw-r--r-- | view/js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js index 625ac5b01..698e2d79c 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -615,7 +615,7 @@ function updateConvItems(mode,data) { function collapseHeight() { - $(".wall-item-body, .contact-info").each(function() { + $(".wall-item-body, .directory-collapse").each(function() { var orgHeight = $(this).height(); if(orgHeight > divmore_height + 10) { if(! $(this).hasClass('divmore')) { |