diff options
author | emkael <emkael@tlen.pl> | 2020-05-13 18:12:15 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2020-05-13 18:12:15 +0200 |
commit | b39ecaf33e421e7dd61cfd701002d1f1cb0e9c3f (patch) | |
tree | 55c3d32595d7abe2895ad8447bdc36bc372bb2d4 | |
parent | a99cc025c68f4e1d7df0a20db8f2fe80cd19ce71 (diff) |
Refreshing average WK field when related fields change
-rw-r--r-- | http/pkle2020a.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/http/pkle2020a.php b/http/pkle2020a.php index 682edf8..65abb54 100644 --- a/http/pkle2020a.php +++ b/http/pkle2020a.php @@ -26,6 +26,7 @@ function valiuc(x,y){ } } } + valiuc(document.getElementById("izw"), 2); } if( y>=2 ){ if (y==2) x = document.getElementById("swk"); @@ -51,6 +52,7 @@ function typtur(x){ z.value = x * t.value; } document.getElementById('izw').readOnly = (x < 4); + valiuc(document.getElementById("izw"), 2); } function loader(show) { |