]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Wed, 28 Nov 2012 19:08:32 +0000 (19:08 +0000)
committerhadeshyp <hadeshyp>
Wed, 28 Nov 2012 19:08:32 +0000 (19:08 +0000)
cts/htdocs/thresh/padiwa.htm

index 5210aec5ea45aff52be3565488e1ac3393ada611..9084f333512abde84dda57898513132949e2ad33 100644 (file)
@@ -72,7 +72,7 @@ function update(data) {
         o += "<td>";
         for(k=1;k<=16;k++) {
           val = c[j][(i-1)*16+k] & 0xffff;
-          if(val == 0 || val == 0xffff) val = "---";
+          if( val == 0xffff) val = "---";
           o += "<span class=\"fixed\" style=\"background:"+findcolor(val,0,65536,0)+"\">"+(val.toString(16))+"</span><br>";
           }
         }