]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
set focus to status text area
authorEvan Prodromou <evan@prodromou.name>
Fri, 5 Sep 2008 05:08:24 +0000 (01:08 -0400)
committerEvan Prodromou <evan@prodromou.name>
Fri, 5 Sep 2008 05:08:24 +0000 (01:08 -0400)
darcs-hash:20080905050824-84dde-6a58a72c28d79cc5b754ee0498fcb3dadccd555a.gz

js/util.js

index 2b772fcac02a21e12d8efe026edfcaa1cf673696..7f7ca238d83dc94b53a1066c64ff14bcbadbea55 100644 (file)
@@ -48,6 +48,9 @@ $(document).ready(function(){
      
             // run once in case there's something in there
             counter();
+             
+             // set the focus
+             $("#status_textarea").focus();
         }
 });