Clicking on a zsender should populate the stream box, too.

(imported from commit d933053c9b081457cb523d90fee4daa0cc65fae1)
This commit is contained in:
Luke Faraone 2012-10-04 17:58:42 -04:00
parent c9623ee370
commit 8fc22ab5b4
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
function register_huddle_onclick(zephyr_row, sender) {
zephyr_row.find(".zephyr_sender").click(function (e) {
select_zephyr_by_id(zephyr_row.attr('zid'));
// populate the stream box
respond_to_zephyr();
// but we really want to be in huddle mode
prepare_huddle(sender);
// The sender span is inside the messagebox, which also has an
// onclick handler. We don't want to trigger the messagebox