mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
stats: Fix the bug in showing all time actives by default.
Followup commit of 0b1e36db27
This commit is contained in:
@@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user