From 6e1dbb2bb473b6244ca35635f5ec7e4073e1893b Mon Sep 17 00:00:00 2001 From: George Lacey Date: Sun, 11 Jul 2021 10:16:44 +0100 Subject: [PATCH] Create repo.js stub --- borgweb/borg/static/borg/js/repo.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 borgweb/borg/static/borg/js/repo.js 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);