Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
5b84a7c
1
Parent(s):
eac2ff3
Update zapro.html
Browse files- zapro.html +1 -1
zapro.html
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
|
22 |
<script>
|
23 |
$(document).ready(function() {
|
24 |
-
function updateValues(phValue, ecValue) {
|
25 |
$("#dey").text(deyValue);
|
26 |
$("#wek").text(wekValue);
|
27 |
$("#ph").text(phValue);
|
|
|
21 |
|
22 |
<script>
|
23 |
$(document).ready(function() {
|
24 |
+
function updateValues(deyValue, wekValue, phValue, ecValue) {
|
25 |
$("#dey").text(deyValue);
|
26 |
$("#wek").text(wekValue);
|
27 |
$("#ph").text(phValue);
|