summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/index.html b/index.html
index 00174a3..a09903b 100644
--- a/index.html
+++ b/index.html
@@ -128,7 +128,12 @@
// Download a list of available rrd files and use it to generate
// any viable chart recipes
- $.getJSON('rrd_finder.rpy', initialiseCharts);
+
+ // Dynamically generated list of rrd urls
+ //$.getJSON('rrd_finder.rpy', initialiseCharts);
+
+ // A static json file containing a list of rrd urls
+ $.getJSON('rrd_list.json', initialiseCharts);
});
</script>
</head>