Focus in textarea when popping up the status tab

This commit is contained in:
Brion Vibber 2011-03-10 17:44:17 -08:00
parent f88689cc87
commit b89b89ce89
1 changed files with 2 additions and 1 deletions

View File

@ -1297,7 +1297,8 @@ var SN = { // StatusNet
.find('.ajax-notice').each(function() {
var form = $(this);
SN.Init.NoticeFormSetup(form);
});
})
.find('textarea:first').focus();
}
},