Only auto-focus on textarea for main notice form.

This commit is contained in:
Samantha Doherty 2011-04-18 00:31:47 -04:00
parent 368b810a0e
commit 572f1d582c

View File

@ -1415,7 +1415,7 @@ var SN = { // StatusNet
var form = $(this); var form = $(this);
SN.Init.NoticeFormSetup(form); SN.Init.NoticeFormSetup(form);
}) })
.find('textarea:first').focus(); .find('.notice_data-text').focus();
} }
}, },