From 98b26026cc02ce60ea36b9304cfeaa06b7999ccb Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Wed, 28 Nov 2012 18:09:18 +0000 Subject: [PATCH] first padiwa GUI --- cts/htdocs/thresh/scripts.js | 1 - 1 file changed, 1 deletion(-) 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 -- 2.43.0