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(); } },