]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Tue, 4 Dec 2012 18:24:14 +0000 (18:24 +0000)
committerhadeshyp <hadeshyp>
Tue, 4 Dec 2012 18:24:14 +0000 (18:24 +0000)
cts/htdocs/network/map.htm

index 0b3f0ef8adb15182b10ac572ab42453a9beb6913..e008882fc52adeaee15374a0680f3cb29a34fcee 100644 (file)
@@ -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 += "<td>"+c[j][5];