From 2a98045406f57e62b6487c12593f31baf53ec2df Mon Sep 17 00:00:00 2001 From: Zev Benjamin Date: Fri, 19 Oct 2012 15:59:03 -0400 Subject: [PATCH] Fix responding to messages (broken by rebase error) (imported from commit 1fac8d8757ee7f9b79c35e884edaa37e5cca0120) --- zephyr/static/js/zephyr.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zephyr/static/js/zephyr.js b/zephyr/static/js/zephyr.js index bf69eb0d62..13ff1ae833 100644 --- a/zephyr/static/js/zephyr.js +++ b/zephyr/static/js/zephyr.js @@ -181,8 +181,8 @@ function respond_to_message(reply_type) { // Huddle messages use the personals compose box msg_type = "personal"; } - compose.show(msg_type, {'stream': stream, 'subject': subject, - 'huddle_recipient': huddle_recipient}); + compose.start(msg_type, {'stream': stream, 'subject': subject, + 'huddle_recipient': huddle_recipient}); } // Called by mouseover etc.