From 120890d94f90973d67c038fc6044d53aaabd2f35 Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Thu, 6 Dec 2012 16:35:36 +0000 Subject: [PATCH] *** empty log message *** --- cts/htdocs/scripts/scripts.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cts/htdocs/scripts/scripts.js b/cts/htdocs/scripts/scripts.js index ee458dc..5fb6966 100644 --- a/cts/htdocs/scripts/scripts.js +++ b/cts/htdocs/scripts/scripts.js @@ -39,7 +39,7 @@ function findcolor(v,min,max,lg) { if (max == undefined){max = 1;} step = ((max-min)/655); - + v = Math.round(v); if (v == 0 || v