From 272921800a403e8900aedfa2187b435b0eaf28ce Mon Sep 17 00:00:00 2001 From: Jessica McKellar Date: Wed, 11 Sep 2013 02:17:30 -0400 Subject: [PATCH] Open the composebox on sidebar subject selection. This was requested by CUSTOMER28 and would also bring symmetry with the user sidebar, which already does this. (imported from commit 4dca3c957d3a710f00bbb34a7cd7dfe6074da8f7) --- static/js/ui.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/js/ui.js b/static/js/ui.js index 20dd24e296..be1ca98f3b 100644 --- a/static/js/ui.js +++ b/static/js/ui.js @@ -1282,6 +1282,9 @@ $(function () { ['topic', subject]], {select_first_unread: true, trigger: 'sidebar'}); + compose.start('stream', {stream: stream, subject: subject, + trigger: 'sidebar subject click'}); + e.preventDefault(); });