Regardless of how you get to it, run the tutorial un-narrowed, in the Home view.

(imported from commit 9e57d098b9a4064388c12969fd77663c96597986)
This commit is contained in:
Jessica McKellar
2013-07-02 16:13:52 -04:00
parent 4567bcea1a
commit 078defaf15

View File

@@ -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();