summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-09-05 01:08:24 -0400
committerEvan Prodromou <evan@prodromou.name>2008-09-05 01:08:24 -0400
commit9e8ae6a1e79c51baeca1063810ad96dadeab714d (patch)
treea61f4fade77908160c2530a9021fa0e74d2dc3b7 /js
parent2cc634e266f77ed89605cbaf407c79c0e6034641 (diff)
set focus to status text area
darcs-hash:20080905050824-84dde-6a58a72c28d79cc5b754ee0498fcb3dadccd555a.gz
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();
}
});