stats: Fix the bug in showing all time actives by default.

Followup commit of 0b1e36db27
This commit is contained in:
Vishnu Ks
2019-02-01 12:34:46 +05:30
committed by Rishi Gupta
parent e8ba08367b
commit 150d9c9d3e

View File

@@ -718,7 +718,7 @@ function populate_number_of_users(data) {
});
// 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");
}