loading: Remove first_run_message.

I don't believe it's actually been possible for this to be shown in
Zulip in several years; and we just made it more obviously so
(resulting in a linter error).
This commit is contained in:
Tim Abbott
2020-06-08 23:03:14 -07:00
parent 627666b57c
commit c6d68bcf18
3 changed files with 0 additions and 21 deletions

View File

@@ -10,7 +10,6 @@ function add_messages(messages, msg_list, opts) {
}
loading.destroy_indicator($('#page_loading_indicator'));
$('#first_run_message').remove();
const render_info = msg_list.add_messages(messages, opts);

View File

@@ -13,8 +13,6 @@ $(function () {
// get_events completes.
if (!page_params.needs_tutorial) {
loading.make_indicator($('#page_loading_indicator'), {text: 'Loading...', abs_positioned: true});
} else if (!page_params.needs_tutorial) {
$('#first_run_message').show();
}
// This is an issue fix where in jQuery v3 the result of outerHeight on a node