diff --git a/borgweb/borg/static/borg/js/index.js b/borgweb/borg/static/borg/js/index.js index 03b808a..c2a0c5d 100644 --- a/borgweb/borg/static/borg/js/index.js +++ b/borgweb/borg/static/borg/js/index.js @@ -32,10 +32,10 @@ window.addEventListener("DOMContentLoaded", function () { }) - // $.getJSON("repo_daily.json", function (json) { - // draw_time_graph("daily_backup_size", json.repos, json.dates, json.units); - // }); - // $.getJSON("repo_monthly.json", function (json) { - // draw_time_graph("monthly_backup_size", json.repos, json.dates, json.units); - // }); + $.getJSON("repo_daily.json", function (json) { + draw_time_graph("daily_backup_size", json.repos, json.dates, json.units); + }); + $.getJSON("repo_monthly.json", function (json) { + draw_time_graph("monthly_backup_size", json.repos, json.dates, json.units); + }); }, false);