Fix style mistakes we didn't catch the first time

(imported from commit ae1ca10ea8559702e4e73481715239ff456eca4b)
This commit is contained in:
Jeff Arnold 2012-11-11 13:15:34 -05:00
parent 8ba2d2ea8b
commit 5c7419307c
2 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ var globals =
+ ' composebox_typeahead' + ' composebox_typeahead'
// ui.js // ui.js
+ ' register_onclick hide_email show_email' + ' register_onclick hide_email show_email focus_on'
+ ' report_error report_success report_message clicking mouse_moved' + ' report_error report_success report_message clicking mouse_moved'
+ ' userinfo_currently_popped update_gravatars gravatar_stamp' + ' userinfo_currently_popped update_gravatars gravatar_stamp'
+ ' register_user_info_mouseover register_user_info_mouseout' + ' register_user_info_mouseover register_user_info_mouseout'

View File

@ -112,9 +112,9 @@ exports.initialize = function () {
highlighter: composebox_typeahead_highlighter highlighter: composebox_typeahead_highlighter
}); });
$("#stream").keypress(function(e) {handleEnter(e, "subject")}); $("#stream").keypress(function(e) {handleEnter(e, "subject");});
$("#subject").keypress(function(e) {handleEnter(e, "new_message_content")}); $("#subject").keypress(function(e) {handleEnter(e, "new_message_content");});
$("#huddle_recipient").keypress(function(e) {handleEnter(e, "new_message_content")}); $("#huddle_recipient").keypress(function(e) {handleEnter(e, "new_message_content");});
$( "#subject" ).typeahead({ $( "#subject" ).typeahead({
source: function (query, process) { source: function (query, process) {