diff options
author | Frank Wuerthwein <fkw@ucsd.edu> | 2009-03-14 20:41:30 +0000 |
---|---|---|
committer | Frank Wuerthwein <fkw@ucsd.edu> | 2009-03-14 20:41:30 +0000 |
commit | 5c0320bde513f5c646be8f344857dca0fc525c77 (patch) | |
tree | b1cc2bf35c6a64ec22fb9287c0eb4cd9cf6bae51 /src/examples | |
parent | 39f4036480a7414600ac13403f9c9df0cb8b6ea9 (diff) |
Remove orphaned code
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; |