diff options
Diffstat (limited to 'src/examples')
-rw-r--r-- | src/examples/rrdJFlot.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/examples/rrdJFlot.html b/src/examples/rrdJFlot.html index eee0f51..63f8195 100644 --- a/src/examples/rrdJFlot.html +++ b/src/examples/rrdJFlot.html @@ -60,9 +60,6 @@ // This function updates the Web Page with the data from the RRD archive header // when a new file is selected function update_fname() { - // Update DS info - var nrDSs=rrd_data.getNrDSs() - // Finally, update the file name and enable the update button document.getElementById("fname").firstChild.data=fname; |