diff options
author | friendica <info@friendica.com> | 2014-12-16 17:29:16 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-12-16 17:29:16 -0800 |
commit | 07e747ed0e09f1ab1226855a870de0c8c3c32341 (patch) | |
tree | 4fd2a86f506ebf7472fcd599cb97e94403670946 /view/js | |
parent | 789e025eab00a8feeba9644b7541119daea6b078 (diff) | |
download | volse-hubzilla-07e747ed0e09f1ab1226855a870de0c8c3c32341.tar.gz volse-hubzilla-07e747ed0e09f1ab1226855a870de0c8c3c32341.tar.bz2 volse-hubzilla-07e747ed0e09f1ab1226855a870de0c8c3c32341.zip |
add divmore to directory entries
Diffstat (limited to 'view/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 4700f79ca..57fdb6c88 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -592,7 +592,7 @@ function updateConvItems(mode,data) { function collapseHeight() { - $(".wall-item-body").each(function() { + $(".wall-item-body, .directory-item").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 }); |