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

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