diff --git a/borgweb/borg/static/borg/js/repo.js b/borgweb/borg/static/borg/js/repo.js new file mode 100644 index 0000000..2e2ec07 --- /dev/null +++ b/borgweb/borg/static/borg/js/repo.js @@ -0,0 +1,5 @@ +window.addEventListener("DOMContentLoaded", function () { + // $.getJSON( "repo_daily.json", function( json ) { + // draw_time_graph("daily_backup_size", json.repos, json.dates, json.units); + // }); +}, false);