mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
Display onboarding steps, waiting until after the tutorial for new users.
(imported from commit 2b6a1cfdad98349995c48c376caede64ed391241)
This commit is contained in:
@@ -225,6 +225,7 @@ function end_tutorial(dont_load_subs) {
|
||||
if (dont_load_subs !== true) {
|
||||
load_real_subs();
|
||||
}
|
||||
onboarding.initialize();
|
||||
}
|
||||
|
||||
exports.start = function () {
|
||||
|
||||
@@ -1349,6 +1349,10 @@ $(function () {
|
||||
activity.initialize();
|
||||
subs.maybe_toggle_all_messages();
|
||||
tutorial.initialize();
|
||||
if (!page_params.needs_tutorial) {
|
||||
onboarding.initialize();
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
var presence_descriptions = {
|
||||
|
||||
Reference in New Issue
Block a user