summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sfiligoi <isfiligoi@ucsd.edu>2009-06-25 21:48:10 +0000
committerIgor Sfiligoi <isfiligoi@ucsd.edu>2009-06-25 21:48:10 +0000
commit26788881e073b5aa1b43b7de45a5060389badd02 (patch)
treebecf744671a5861c0de1b984b79e2689e314e357
parentc611bdd1ffd4447940a28986c17b09b3f188d672 (diff)
Fix comment (and previous commit was about adding legend selection)
-rw-r--r--src/lib/rrdFlotMatrix.js2
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;