mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +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) {
|
if (dont_load_subs !== true) {
|
||||||
load_real_subs();
|
load_real_subs();
|
||||||
}
|
}
|
||||||
|
onboarding.initialize();
|
||||||
}
|
}
|
||||||
|
|
||||||
exports.start = function () {
|
exports.start = function () {
|
||||||
|
|||||||
@@ -1349,6 +1349,10 @@ $(function () {
|
|||||||
activity.initialize();
|
activity.initialize();
|
||||||
subs.maybe_toggle_all_messages();
|
subs.maybe_toggle_all_messages();
|
||||||
tutorial.initialize();
|
tutorial.initialize();
|
||||||
|
if (!page_params.needs_tutorial) {
|
||||||
|
onboarding.initialize();
|
||||||
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
var presence_descriptions = {
|
var presence_descriptions = {
|
||||||
|
|||||||
Reference in New Issue
Block a user