]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
input status is shown only by enabled channels
authorCahit Ugur <c.ugur@gsi.de>
Thu, 21 May 2015 10:37:18 +0000 (12:37 +0200)
committerCahit Ugur <c.ugur@gsi.de>
Thu, 21 May 2015 10:37:18 +0000 (12:37 +0200)
web/htdocs/tdc/tdc.htm

index ccb738c9fd7fe9eb7155dd18d7528ee29137a554..8b0a1f78789014878002303827adbc8c6d220008 100644 (file)
@@ -151,7 +151,7 @@ function update(data) {
             val = c[j][i] & 0x7FFFFFFF;
             }
           }
-        if(showstatus)
+        if(showstatus && enabled)
           o += "<td title="+tooltipstatus+" class=\""+((c[j][i] &0x80000000)?"over":"under")+"\">";
         else
           o += "<td>";