From dfa15525f5898af109122b75847362539c2cb20d Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Mon, 14 Jun 2010 00:59:25 +0100 Subject: Add static json list option --- index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'index.html') 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); }); -- cgit v1.2.3