diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html
index 5b39bcd98f..d2a0633bb4 100644
--- a/templates/zephyr/index.html
+++ b/templates/zephyr/index.html
@@ -46,7 +46,7 @@ var people_list = {{ people }};
diff --git a/zephyr/static/js/zephyr.js b/zephyr/static/js/zephyr.js
index a54181e031..1dd8583e95 100644
--- a/zephyr/static/js/zephyr.js
+++ b/zephyr/static/js/zephyr.js
@@ -70,6 +70,11 @@ function sub(zephyr_class) {
$.post('/subscriptions/add/', {new_subscriptions: zephyr_class});
}
+function compose_button() {
+ $('#sidebar a[href="#home"]').tab('show');
+ show_compose();
+}
+
function hide_compose() {
$('input, textarea, button').blur();
$('.zephyr_compose').slideUp('fast');