From: Cahit Ugur Date: Thu, 21 May 2015 10:37:18 +0000 (+0200) Subject: input status is shown only by enabled channels X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=e5dd4c552320eedb1b7314f54058067be698d2e5;p=daqtools.git input status is shown only by enabled channels --- diff --git a/web/htdocs/tdc/tdc.htm b/web/htdocs/tdc/tdc.htm index ccb738c..8b0a1f7 100644 --- a/web/htdocs/tdc/tdc.htm +++ b/web/htdocs/tdc/tdc.htm @@ -151,7 +151,7 @@ function update(data) { val = c[j][i] & 0x7FFFFFFF; } } - if(showstatus) + if(showstatus && enabled) o += ""; else o += "";