]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
fix made
authorMichael Wiebusch <stratomaster@gmx.net>
Thu, 1 Aug 2013 16:14:50 +0000 (18:14 +0200)
committerMichael Wiebusch <stratomaster@gmx.net>
Thu, 1 Aug 2013 16:14:50 +0000 (18:14 +0200)
tools/testgui.js

index bb5febe3e76948b7c087e4d4d8889c436b5b2e7e..c4dc264f5dcddb1cde3a0422b830a0bf53962b71 100644 (file)
@@ -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");