Fix donut stats call

This commit is contained in:
Luc Didry
2017-06-15 10:29:25 +02:00
parent ec6b9ce028
commit ce84d403df
2 changed files with 6 additions and 4 deletions
+2
View File
@@ -64,4 +64,6 @@ $(document).ready(function() {
$("#total-holder").empty();
graph(stats_labels, stats_data, stats_total);
});
Morris.Donut(enabled_donut);
Morris.Donut(disabled_donut);
});