Spaces:
Sleeping
Sleeping
Update zapro.html
Browse files- zapro.html +1 -1
zapro.html
CHANGED
|
@@ -31,7 +31,7 @@
|
|
| 31 |
method: "GET",
|
| 32 |
dataType: "json",
|
| 33 |
success: function(response) {
|
| 34 |
-
updateValues(response.
|
| 35 |
}
|
| 36 |
});
|
| 37 |
}
|
|
|
|
| 31 |
method: "GET",
|
| 32 |
dataType: "json",
|
| 33 |
success: function(response) {
|
| 34 |
+
updateValues(response.ph, response.ec);
|
| 35 |
}
|
| 36 |
});
|
| 37 |
}
|