]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
first padiwa GUI
authorhadeshyp <hadeshyp>
Wed, 28 Nov 2012 18:21:21 +0000 (18:21 +0000)
committerhadeshyp <hadeshyp>
Wed, 28 Nov 2012 18:21:21 +0000 (18:21 +0000)
cts/htdocs/thresh/padiwa.htm

index 8235f92838ffc68a49c4508c90cc8b912a614125..1ad5cdd3c28fe8c50b0c3215d7bdf799a1b8c7c5 100644 (file)
@@ -65,6 +65,7 @@ function update(data) {
         }
       else if(option == "id") {
         val = c[j][(i-1)*4+4]+c[j][(i-1)*4+3]+c[j][(i-1)*4+2]+c[j][(i-1)*4+1];
+        if(c[j][(i-1)*4+1].substr(2,2) != "28") val = "---";
         o += "<td class=\"fixed\">"+(val);
         }
       }