Fix regression focusing on content box after autocompleting a single huddle name.

There are other focus issues related to switching between a class
message and huddle during composition, but this fixes the immediate
problem.

(imported from commit ec7ebc1c68e52942e9eaa0ea61e0de2f6ccae521)
This commit is contained in:
Jessica McKellar 2012-10-09 18:00:08 -04:00
parent fb62e808d7
commit b07bb45e35
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
</tr>
<tr id="personal-message">
<td colspan="3" class="zephyr_newstyle_pm">
Huddle with <input type="text" class="zephyr_recipient_box" name="recipient" id="huddle_recipient" onchange="focus_on('new_zephyr')" value="" placeholder="one or more of your friends..." autocomplete="off"/>
Huddle with <input type="text" class="zephyr_recipient_box" name="recipient" id="huddle_recipient" onblur="focus_on('new_zephyr')" value="" placeholder="one or more of your friends..." autocomplete="off"/>
</td>
</tr>
<tr>