Focus in textarea when popping up the status tab
This commit is contained in:
parent
f88689cc87
commit
b89b89ce89
@ -1297,7 +1297,8 @@ var SN = { // StatusNet
|
|||||||
.find('.ajax-notice').each(function() {
|
.find('.ajax-notice').each(function() {
|
||||||
var form = $(this);
|
var form = $(this);
|
||||||
SN.Init.NoticeFormSetup(form);
|
SN.Init.NoticeFormSetup(form);
|
||||||
});
|
})
|
||||||
|
.find('textarea:first').focus();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user