Re-enable graphs
This commit is contained in:
parent
8d838a02ea
commit
a4cae2ee2c
|
@ -32,10 +32,10 @@ window.addEventListener("DOMContentLoaded", function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
// $.getJSON("repo_daily.json", function (json) {
|
$.getJSON("repo_daily.json", function (json) {
|
||||||
// draw_time_graph("daily_backup_size", json.repos, json.dates, json.units);
|
draw_time_graph("daily_backup_size", json.repos, json.dates, json.units);
|
||||||
// });
|
});
|
||||||
// $.getJSON("repo_monthly.json", function (json) {
|
$.getJSON("repo_monthly.json", function (json) {
|
||||||
// draw_time_graph("monthly_backup_size", json.repos, json.dates, json.units);
|
draw_time_graph("monthly_backup_size", json.repos, json.dates, json.units);
|
||||||
// });
|
});
|
||||||
}, false);
|
}, false);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user