summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;