aboutsummaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-25 18:57:04 -0700
committerfriendica <info@friendica.com>2012-07-25 18:57:04 -0700
commitfc53a7a09ed16504ae88b064640c91882c34ef8b (patch)
treebe792b3af939592331f933f0323665a8adb80121 /js
parent78b8684ab4202d62d815ad2dbef3d1b620cef3ef (diff)
downloadvolse-hubzilla-fc53a7a09ed16504ae88b064640c91882c34ef8b.tar.gz
volse-hubzilla-fc53a7a09ed16504ae88b064640c91882c34ef8b.tar.bz2
volse-hubzilla-fc53a7a09ed16504ae88b064640c91882c34ef8b.zip
recover existing conversation loading functionality for home,search,community,display,etc. whilst working on the ajax stuff in network
Diffstat (limited to 'js')
-rw-r--r--js/main.js2
1 files changed, 1 insertions, 1 deletions
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 });
});