Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
35fa498
1
Parent(s):
d0ddd2f
Update settings.html
Browse files- settings.html +2 -2
settings.html
CHANGED
@@ -25,7 +25,7 @@ input[type="number"] {
|
|
25 |
</head>
|
26 |
<body>
|
27 |
<h1>Настройки системы</h1>
|
28 |
-
<p>День : <span id="
|
29 |
|
30 |
|
31 |
<form>
|
@@ -41,7 +41,7 @@ input[type="number"] {
|
|
41 |
|
42 |
|
43 |
function updateValues(data) {
|
44 |
-
document.getElementById("
|
45 |
|
46 |
|
47 |
}
|
|
|
25 |
</head>
|
26 |
<body>
|
27 |
<h1>Настройки системы</h1>
|
28 |
+
<p>День : <span id="pH_eep"></span></p>
|
29 |
|
30 |
|
31 |
<form>
|
|
|
41 |
|
42 |
|
43 |
function updateValues(data) {
|
44 |
+
document.getElementById("pH_eep").textContent = data.dey;
|
45 |
|
46 |
|
47 |
}
|