From: hadeshyp Date: Wed, 28 Nov 2012 18:09:18 +0000 (+0000) Subject: first padiwa GUI X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=98b26026cc02ce60ea36b9304cfeaa06b7999ccb;p=daqtools.git first padiwa GUI --- diff --git a/cts/htdocs/thresh/scripts.js b/cts/htdocs/thresh/scripts.js index 7aef44d..6eb7d88 100644 --- a/cts/htdocs/thresh/scripts.js +++ b/cts/htdocs/thresh/scripts.js @@ -70,7 +70,6 @@ r = Math.round(r); g = Math.round(g); b = Math.round(b); - alert("rgb("+(r%256)+","+(g%256)+","+(b%256)+")"); return "rgb("+(r%256)+","+(g%256)+","+(b%256)+")"; } \ No newline at end of file