From 053d53f0e4256900e2768d50747e06b5e8b14ed3 Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Wed, 28 Nov 2012 18:21:21 +0000 Subject: [PATCH] first padiwa GUI --- cts/htdocs/thresh/padiwa.htm | 1 + 1 file changed, 1 insertion(+) diff --git a/cts/htdocs/thresh/padiwa.htm b/cts/htdocs/thresh/padiwa.htm index 8235f92..1ad5cdd 100644 --- a/cts/htdocs/thresh/padiwa.htm +++ b/cts/htdocs/thresh/padiwa.htm @@ -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 += ""+(val); } } -- 2.43.0