From 5570182e698846ff6c86e3a03be33e4de2379ac7 Mon Sep 17 00:00:00 2001 From: maxwell Date: Tue, 22 Mar 2011 11:59:00 -0700 Subject: [PATCH] use autoresize extraSpace to kill the bug where the comment box is not big engough for the comment, still could use some love --- public/javascripts/view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/javascripts/view.js b/public/javascripts/view.js index 28186e822..ed0caf950 100644 --- a/public/javascripts/view.js +++ b/public/javascripts/view.js @@ -43,7 +43,7 @@ var View = { $('textarea') .autoResize({ 'animate': false, - 'extraSpace': 0 + 'extraSpace': 40 }); /* Webfinger form ajaxy loading */