From 07e747ed0e09f1ab1226855a870de0c8c3c32341 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 16 Dec 2014 17:29:16 -0800 Subject: add divmore to directory entries --- view/js/main.js | 2 +- view/tpl/direntry.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'view') 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 }); diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index cdc6f1f97..e77744e00 100755 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -1,4 +1,4 @@ -
+
-- cgit v1.2.3