From: hadeshyp Date: Wed, 28 Nov 2012 19:08:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=f20eed370598f72007f632da8c392d588c128070;p=daqtools.git *** empty log message *** --- diff --git a/cts/htdocs/thresh/padiwa.htm b/cts/htdocs/thresh/padiwa.htm index 5210aec..9084f33 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(val == 0 || val == 0xffff) val = "---"; + if( val == 0xffff) val = "---"; o += ""+(val.toString(16))+"
"; } }