Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
eac2ff3
1
Parent(s):
977935b
Update zapro.html
Browse files- zapro.html +5 -5
zapro.html
CHANGED
@@ -16,16 +16,16 @@
|
|
16 |
<h1>Zapro</h1>
|
17 |
<p>PH значение: <span id="ph">{{ ph }}</span></p>
|
18 |
<p>EC значение: <span id="ec">{{ ec }}</span></p>
|
19 |
-
<p
|
20 |
-
<p
|
21 |
|
22 |
<script>
|
23 |
$(document).ready(function() {
|
24 |
function updateValues(phValue, ecValue) {
|
|
|
|
|
25 |
$("#ph").text(phValue);
|
26 |
-
$("#ec").text(ecValue);
|
27 |
-
$("#dey").text(phValue);
|
28 |
-
$("#wek").text(ecValue);
|
29 |
}
|
30 |
|
31 |
function fetchValues() {
|
|
|
16 |
<h1>Zapro</h1>
|
17 |
<p>PH значение: <span id="ph">{{ ph }}</span></p>
|
18 |
<p>EC значение: <span id="ec">{{ ec }}</span></p>
|
19 |
+
<p>День : <span id="dey">{{ dey }}</span></p>
|
20 |
+
<p>Неделдя: <span id="wek">{{ wek }}</span></p>
|
21 |
|
22 |
<script>
|
23 |
$(document).ready(function() {
|
24 |
function updateValues(phValue, ecValue) {
|
25 |
+
$("#dey").text(deyValue);
|
26 |
+
$("#wek").text(wekValue);
|
27 |
$("#ph").text(phValue);
|
28 |
+
$("#ec").text(ecValue);
|
|
|
|
|
29 |
}
|
30 |
|
31 |
function fetchValues() {
|