mirror of https://github.com/zulip/zulip.git
Always show the onboarding checklist if it's unfinished.
(imported from commit da5a84f7b70f5240f9bdd54b25719c3ed88fc1ee)
This commit is contained in:
parent
03d6ec0819
commit
b535037d25
|
@ -1581,10 +1581,7 @@ $(function () {
|
|||
activity.initialize();
|
||||
subs.maybe_toggle_all_messages();
|
||||
tutorial.initialize();
|
||||
if (!page_params.needs_tutorial) {
|
||||
onboarding.initialize();
|
||||
}
|
||||
|
||||
onboarding.initialize();
|
||||
});
|
||||
|
||||
var presence_descriptions = {
|
||||
|
|
Loading…
Reference in New Issue