From: Adrian Weber Date: Fri, 26 Jan 2018 10:46:10 +0000 (+0100) Subject: Data Limit field turns red in case of value 0. -A.Weber X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=062c561db6039b3c0089e05eba90d3084b889305;p=daqtools.git Data Limit field turns red in case of value 0. -A.Weber --- diff --git a/web/htdocs/tdc/tdc.htm b/web/htdocs/tdc/tdc.htm index f01a42d..4af91cd 100644 --- a/web/htdocs/tdc/tdc.htm +++ b/web/htdocs/tdc/tdc.htm @@ -349,7 +349,10 @@ function updatectrlregs(data) { if(i==3) enableGroup[j][1] = val*1.; } else if(i==4) { - o += ""; + o += ""; if((val&0xFF)>0x7c) o += "
The maximium buffer size may be 124
"; }