From: hadeshyp Date: Tue, 4 Dec 2012 18:24:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=6261e2c2e34517dbc61ad031765eadca84663ebe;p=daqtools.git *** empty log message *** --- 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];