diff options
author | friendica <info@friendica.com> | 2014-12-16 18:33:16 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-12-16 18:33:16 -0800 |
commit | 2fcbb9c4b3b4c5c3216b279820ccf7902337ae9c (patch) | |
tree | 133705a8c2419df81a33ac2373655b0f15e9201a /view/js/main.js | |
parent | 6c8ff37591f71add7fc4a747ae1cc80febacfe85 (diff) | |
download | volse-hubzilla-2fcbb9c4b3b4c5c3216b279820ccf7902337ae9c.tar.gz volse-hubzilla-2fcbb9c4b3b4c5c3216b279820ccf7902337ae9c.tar.bz2 volse-hubzilla-2fcbb9c4b3b4c5c3216b279820ccf7902337ae9c.zip |
fix some directory anomolies
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 d2099b815..a851e7e63 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -594,7 +594,7 @@ function updateConvItems(mode,data) { function collapseHeight() { - $(".wall-item-body, .directory-item").each(function() { + $(".wall-item-body, .contact-info").each(function() { if($(this).height() > divmore_height + 10) { if(! $(this).hasClass('divmore')) { $(this).divgrow({ initialHeight: divmore_height, moreText: aStr['divgrowmore'], lessText: aStr['divgrowless'], showBrackets: false }); |