]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
first padiwa GUI
authorhadeshyp <hadeshyp>
Wed, 28 Nov 2012 18:09:18 +0000 (18:09 +0000)
committerhadeshyp <hadeshyp>
Wed, 28 Nov 2012 18:09:18 +0000 (18:09 +0000)
cts/htdocs/thresh/scripts.js

index 7aef44d47377b4fd917db375e4b7566eb8d81a64..6eb7d884d050c7d2ec0b40e125d982ded81cc0f3 100644 (file)
@@ -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