From: Michael Wiebusch Date: Thu, 1 Aug 2013 17:50:57 +0000 (+0200) Subject: minor fix X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=21f15b3bb462fe0f327b2f5e1a1db63cc8df77c2;p=mvdsensorcontrol.git minor fix --- diff --git a/tools/testgui.js b/tools/testgui.js index 820f779..f4a66df 100644 --- a/tools/testgui.js +++ b/tools/testgui.js @@ -18,6 +18,13 @@ function run(time) { // sensorIdHash["hugo"]="hugo"; // sensorIdHash["hugo2"]="hugonaut"; + + for( var sensorId in previewAreaIdHash){ +// alert(laufid+" => "+previewAreaIdHash[laufid]); + var sensorId_ = encodeURIComponent(sensorId); + getdata("testgui.pl?action=showPlot&sensorId=",previewAreaIdHash[sensorId],true); + } + getdata("run.pl","theConsole",false); for( var sensorId in previewAreaIdHash){