diff --git a/js/util.js b/js/util.js index 2b772fcac0..7f7ca238d8 100644 --- a/js/util.js +++ b/js/util.js @@ -48,6 +48,9 @@ $(document).ready(function(){ // run once in case there's something in there counter(); + + // set the focus + $("#status_textarea").focus(); } });