From b89b89ce895322cea666cd472b672184611a89cb Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 10 Mar 2011 17:44:17 -0800 Subject: [PATCH] Focus in textarea when popping up the status tab --- js/util.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/util.js b/js/util.js index 2c8438e62a..4ff2b661fe 100644 --- a/js/util.js +++ b/js/util.js @@ -1297,7 +1297,8 @@ var SN = { // StatusNet .find('.ajax-notice').each(function() { var form = $(this); SN.Init.NoticeFormSetup(form); - }); + }) + .find('textarea:first').focus(); } }, -- 2.39.2