From 61e3ef2552584b356027f32be6399c07e2cf613e Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 13 Oct 2015 10:45:22 +0200 Subject: do not collapse content which is just slightly higher than we allow --- view/js/main.js | 1 + 1 file changed, 1 insertion(+) (limited to 'view/js') diff --git a/view/js/main.js b/view/js/main.js index 14d9dcd2f..0c26e3d57 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -621,6 +621,7 @@ function collapseHeight() { if(! $(this).hasClass('divmore')) { $(this).readmore({ speed: 0, + heightMargin: 50, collapsedHeight: divmore_height, moreLink: '' + aStr.divgrowmore + '', lessLink: '' + aStr.divgrowless + '', -- cgit v1.2.3