From 6261e2c2e34517dbc61ad031765eadca84663ebe Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Tue, 4 Dec 2012 18:24:14 +0000 Subject: [PATCH] *** empty log message *** --- cts/htdocs/network/map.htm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cts/htdocs/network/map.htm b/cts/htdocs/network/map.htm index 0b3f0ef..e008882 100644 --- a/cts/htdocs/network/map.htm +++ b/cts/htdocs/network/map.htm @@ -84,7 +84,8 @@ function update(data) { if((c[j][4] & 0x0020) != 0x0000) o += "opt. sctrl in, "; if((c[j][4] & 0x0040) != 0x0000) o += "opt. trg out, "; if((c[j][4] & 0x0080) != 0x0000) o += "opt. sctrl out, "; -// o = o.substring(0,o.length-2); + if(c[j][4] & 0xffff) + o = o.substring(0,o.length-2); } o += ""+c[j][5]; -- 2.43.0