mirror of https://github.com/zulip/zulip.git
stats: Fix the bug in showing all time actives by default.
Followup commit of 0b1e36db27
This commit is contained in:
parent
e8ba08367b
commit
150d9c9d3e
|
@ -718,7 +718,7 @@ function populate_number_of_users(data) {
|
||||||
});
|
});
|
||||||
|
|
||||||
// Initial drawing of plot
|
// Initial drawing of plot
|
||||||
draw_or_update_plot(_15day_trace, true);
|
draw_or_update_plot(all_time_trace, true);
|
||||||
$('#all_time_actives_button').addClass("selected");
|
$('#all_time_actives_button').addClass("selected");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue