From fc53a7a09ed16504ae88b064640c91882c34ef8b Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 25 Jul 2012 18:57:04 -0700 Subject: recover existing conversation loading functionality for home,search,community,display,etc. whilst working on the ajax stuff in network --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/main.js b/js/main.js index 235859f90..1feb7446e 100644 --- a/js/main.js +++ b/js/main.js @@ -721,7 +721,7 @@ jQuery.timeago.settings.strings = { $("abbr.wall-item-ago-time").timeago(); -$("div.wall-item-body").divgrow({ initialHeight: 400 }); +//$("div.wall-item-body").divgrow({ initialHeight: 400 }); }); -- cgit v1.2.3