Create repo.js stub
This commit is contained in:
parent
dd21676b55
commit
6e1dbb2bb4
5
borgweb/borg/static/borg/js/repo.js
Normal file
5
borgweb/borg/static/borg/js/repo.js
Normal 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);
|
Loading…
Reference in New Issue
Block a user