From 07f522c0804a4fb3f98125f19b0b24365887fe8c Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Wed, 28 Nov 2012 19:41:57 +0000 Subject: [PATCH] *** empty log message *** --- cts/htdocs/thresh/padiwa.htm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cts/htdocs/thresh/padiwa.htm b/cts/htdocs/thresh/padiwa.htm index 75b6d71..3849477 100644 --- a/cts/htdocs/thresh/padiwa.htm +++ b/cts/htdocs/thresh/padiwa.htm @@ -77,10 +77,8 @@ function update(data) { col = "transparent"; } else { - col = findcolor((val&0xffff),min,max,0); + col = findcolor((val&0xffff),0x6500,0x9000,0); val =((val&0xffff).toString(16)); -// if((c[j][(i-1)*16+k]&0x7fff0000) != (((k-1)<<15) & 0x7fff0000)) -// val = "-"+val; } o += ""+val+"
"; } -- 2.43.0