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

index 5da860fd645886f99fedd167ee5ba2864e5d3c79..4206ebac252942a951725941ac659cadcf9ffd38 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(c[j][(i-1)*16+k]&0x7ff80000 != 0 || val == 0xffff) val = "---";
+          if(c[j][(i-1)*16+k]&0x7ff80000 != 0) val = "---";
           o += "<span class=\"fixed\" style=\"background:"+findcolor(val,0,65536,0)+"\">"+(val.toString(16))+"</span><br>";
           }
         }