use autoresize extraSpace to kill the bug where the comment box is not big engough for the comment, still could use some love

This commit is contained in:
maxwell 2011-03-22 11:59:00 -07:00
parent 9f9082fbbd
commit 5570182e69

View file

@ -43,7 +43,7 @@ var View = {
$('textarea')
.autoResize({
'animate': false,
'extraSpace': 0
'extraSpace': 40
});
/* Webfinger form ajaxy loading */