set focus to status text area

darcs-hash:20080905050824-84dde-6a58a72c28d79cc5b754ee0498fcb3dadccd555a.gz
This commit is contained in:
Evan Prodromou 2008-09-05 01:08:24 -04:00
parent 2cc634e266
commit 9e8ae6a1e7
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ $(document).ready(function(){
// run once in case there's something in there
counter();
// set the focus
$("#status_textarea").focus();
}
});