From 572f1d582c0ef70ab18c642ae0f5d08e2595ec63 Mon Sep 17 00:00:00 2001 From: Samantha Doherty Date: Mon, 18 Apr 2011 00:31:47 -0400 Subject: [PATCH] Only auto-focus on textarea for main notice form. --- js/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/util.js b/js/util.js index b233eab203..fc8fa281e7 100644 --- a/js/util.js +++ b/js/util.js @@ -1415,7 +1415,7 @@ var SN = { // StatusNet var form = $(this); SN.Init.NoticeFormSetup(form); }) - .find('textarea:first').focus(); + .find('.notice_data-text').focus(); } },