hotspots: Use tutorial_status to manage whether we show hotspots.

This commit is contained in:
Rishi Gupta
2017-08-31 09:20:03 -07:00
committed by Tim Abbott
parent 06191c948d
commit b9c8747bd0
4 changed files with 24 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ function set_tutorial_status(status, callback) {
exports.initialize = function () {
if (page_params.needs_tutorial) {
set_tutorial_status("finished");
set_tutorial_status("started");
narrow.by('is', 'private', {select_first_unread: true, trigger: 'sidebar'});
}
};