From e5dd4c552320eedb1b7314f54058067be698d2e5 Mon Sep 17 00:00:00 2001 From: Cahit Ugur Date: Thu, 21 May 2015 12:37:18 +0200 Subject: [PATCH] input status is shown only by enabled channels --- web/htdocs/tdc/tdc.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 += ""; -- 2.43.0