diff options
-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) { |