summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/util.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/util.js b/js/util.js
index 2b772fcac..7f7ca238d 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();
}
});