resolve #1131 make textarea resize

This commit is contained in:
John McLear 2012-11-06 11:56:19 +00:00
parent 28bcdcec25
commit f68bdde0c1
3 changed files with 183 additions and 0 deletions

View file

@ -18,6 +18,7 @@ $(document).ready(function () {
{
$('.settings').append(settings.results);
$('.settings').focus();
$('.settings').autosize();
}
else{
alert("YOUR JSON IS BAD AND YOU SHOULD FEEL BAD");
@ -66,3 +67,4 @@ function isJSONClean(data){
return true;
}
}