aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--js/RrdGraph.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/RrdGraph.js b/js/RrdGraph.js
index e43fa51..cd422fd 100644
--- a/js/RrdGraph.js
+++ b/js/RrdGraph.js
@@ -1361,10 +1361,10 @@ RrdGraph.prototype.data_fetch = function()
1361 } 1361 }
1362 /* lets see if the required data source is really there */ 1362 /* lets see if the required data source is really there */
1363 for (var ii = 0; ii < this.gdes[i].ds_cnt; ii++) { 1363 for (var ii = 0; ii < this.gdes[i].ds_cnt; ii++) {
1364 if (this.gdes[i].ds_namv[ii] === this.gdes[i].ds_nam) { 1364 if (this.gdes[i].ds_namv[ii] === this.gdes[i].ds_nam) {
1365 this.gdes[i].ds = ii; 1365 this.gdes[i].ds = ii;
1366 break; 1366 break;
1367 } 1367 }
1368 } 1368 }
1369 1369
1370 if (this.gdes[i].ds === -1) 1370 if (this.gdes[i].ds === -1)