From: Evan Prodromou Date: Fri, 5 Sep 2008 05:08:24 +0000 (-0400) Subject: set focus to status text area X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9e8ae6a1e79c51baeca1063810ad96dadeab714d;p=quix0rs-gnu-social.git set focus to status text area darcs-hash:20080905050824-84dde-6a58a72c28d79cc5b754ee0498fcb3dadccd555a.gz --- 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(); } });