From: Michael Wiebusch Date: Thu, 1 Aug 2013 16:14:50 +0000 (+0200) Subject: fix made X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=29cecb1bfcb6fc3df99d419a49db9cf49c0b8e6a;p=mvdsensorcontrol.git fix made --- 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");