From: hadeshyp Date: Wed, 28 Nov 2012 19:12:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=4cf4198eef13dd4d2afba2b1a6689454548375e0;p=daqtools.git *** empty log message *** --- diff --git a/cts/htdocs/thresh/padiwa.htm b/cts/htdocs/thresh/padiwa.htm index 5da860f..4206eba 100644 --- a/cts/htdocs/thresh/padiwa.htm +++ b/cts/htdocs/thresh/padiwa.htm @@ -72,7 +72,7 @@ function update(data) { o += ""; 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 += ""+(val.toString(16))+"
"; } }