Re-enable graphs

This commit is contained in:
George Lacey 2022-04-06 13:34:41 +01:00
parent 8d838a02ea
commit a4cae2ee2c

View File

@ -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);