From 078defaf152b641709f0ee2ec347d1b49175981b Mon Sep 17 00:00:00 2001 From: Jessica McKellar Date: Tue, 2 Jul 2013 16:13:52 -0400 Subject: [PATCH] Regardless of how you get to it, run the tutorial un-narrowed, in the Home view. (imported from commit 9e57d098b9a4064388c12969fd77663c96597986) --- zephyr/static/js/tutorial.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zephyr/static/js/tutorial.js b/zephyr/static/js/tutorial.js index 6482e26cf0..53d8c07090 100644 --- a/zephyr/static/js/tutorial.js +++ b/zephyr/static/js/tutorial.js @@ -350,6 +350,11 @@ function welcome() { } exports.start = function () { + if (ui.home_tab_obscured()) { + ui.change_tab_to('#home'); + } + narrow.deactivate(); + // If you somehow have messages, temporarily remove them from the visible // feed. current_msg_list.clear();