From 29cecb1bfcb6fc3df99d419a49db9cf49c0b8e6a Mon Sep 17 00:00:00 2001 From: Michael Wiebusch Date: Thu, 1 Aug 2013 18:14:50 +0200 Subject: [PATCH] fix made --- tools/testgui.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/testgui.js b/tools/testgui.js index bb5febe..c4dc264 100644 --- a/tools/testgui.js +++ b/tools/testgui.js @@ -19,8 +19,7 @@ function run(time) { // sensorIdHash["hugo2"]="hugonaut"; getdata("run.pl","theConsole","false"); - var sensorId; - for( sensorId in previewAreaIdHash){ + for( var sensorId in previewAreaIdHash){ // alert(laufid+" => "+previewAreaIdHash[laufid]); var sensorId_ = encodeURIComponent(sensorId); getdata("testgui.pl?action=showPlot&sensorId="+sensorId_,previewAreaIdHash[sensorId],"false"); -- 2.43.0