diff options
author | Igor Sfiligoi <isfiligoi@ucsd.edu> | 2009-06-25 21:48:10 +0000 |
---|---|---|
committer | Igor Sfiligoi <isfiligoi@ucsd.edu> | 2009-06-25 21:48:10 +0000 |
commit | 26788881e073b5aa1b43b7de45a5060389badd02 (patch) | |
tree | becf744671a5861c0de1b984b79e2689e314e357 | |
parent | c611bdd1ffd4447940a28986c17b09b3f188d672 (diff) |
Fix comment (and previous commit was about adding legend selection)
-rw-r--r-- | src/lib/rrdFlotMatrix.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/rrdFlotMatrix.js b/src/lib/rrdFlotMatrix.js index d076e15..15febb1 100644 --- a/src/lib/rrdFlotMatrix.js +++ b/src/lib/rrdFlotMatrix.js @@ -365,7 +365,7 @@ rrdFlotMatrix.prototype.drawFlotGraph = function() { rrdFlotMatrix.prototype.bindFlotGraph = function(flot_obj) {
var rf_this=this; // use obj inside other functions
- // DS
+ // Legend
var oSelect=document.getElementById(this.legend_sel_id);
var legend_id=oSelect.options[oSelect.selectedIndex].value;
|