mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
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:
@@ -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);
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user