set focus to status text area
darcs-hash:20080905050824-84dde-6a58a72c28d79cc5b754ee0498fcb3dadccd555a.gz
This commit is contained in:
parent
2cc634e266
commit
9e8ae6a1e7
|
@ -48,6 +48,9 @@ $(document).ready(function(){
|
||||||
|
|
||||||
// run once in case there's something in there
|
// run once in case there's something in there
|
||||||
counter();
|
counter();
|
||||||
|
|
||||||
|
// set the focus
|
||||||
|
$("#status_textarea").focus();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user