Create repo.js stub

This commit is contained in:
George Lacey 2021-07-11 10:16:44 +01:00
parent dd21676b55
commit 6e1dbb2bb4

View File

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