From aaf0c323b98b9fd9d2f37d1703955447628c8e92 Mon Sep 17 00:00:00 2001 From: Frank Wuerthwein Date: Fri, 27 Feb 2009 03:38:26 +0000 Subject: Update, use new library calls --- src/examples/rrdJFlot.html | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/examples/rrdJFlot.html b/src/examples/rrdJFlot.html index c8c91f8..4151926 100644 --- a/src/examples/rrdJFlot.html +++ b/src/examples/rrdJFlot.html @@ -71,7 +71,7 @@ document.getElementById("fname").firstChild.data=fname; // the rrdFlot object creates and handles the graph - var f=new rrdFlot("mygraph",rrd_data); + var f=new rrdFlot("mygraph",rrd_data,null); } // This is the callback function that, @@ -101,15 +101,6 @@ } } - // Uncomment this part if you want the Web page to load the - // default RRD file at load time - // - //try { - // FetchBinaryURLAsync(fname,update_fname_handler); - //} catch (err) { - // alert("Failed loading "+fname+"\n"+err); - //} - -- cgit v1.1-4-g5e80