aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/js/CGP.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/CGP.js')
-rw-r--r--js/CGP.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/CGP.js b/js/CGP.js
index bbfd1b5..c30cfd2 100644
--- a/js/CGP.js
+++ b/js/CGP.js
@@ -66,7 +66,7 @@ function prepare_draw(id) {
66 RrdGraph.prototype.mousex = 0; 66 RrdGraph.prototype.mousex = 0;
67 RrdGraph.prototype.mousedown = false; 67 RrdGraph.prototype.mousedown = false;
68 68
69 var cmdline = document.getElementById(id).innerHTML; 69 var cmdline = document.getElementById(id).textContent;
70 var gfx = new RrdGfxCanvas(id); 70 var gfx = new RrdGfxCanvas(id);
71 var fetch = new RrdDataFile(); 71 var fetch = new RrdDataFile();
72 var rrdcmdline = null; 72 var rrdcmdline = null;