Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
85e2c1f
1
Parent(s):
14a944e
Update settings.html
Browse files- settings.html +1 -1
settings.html
CHANGED
@@ -150,7 +150,7 @@ function fetchValues_eep_set() {
|
|
150 |
xhr.onreadystatechange = function () {
|
151 |
if (xhr.readyState === 4 && xhr.status === 200) {
|
152 |
var response = JSON.parse(xhr.responseText);
|
153 |
-
|
154 |
}
|
155 |
};
|
156 |
xhr.send();
|
|
|
150 |
xhr.onreadystatechange = function () {
|
151 |
if (xhr.readyState === 4 && xhr.status === 200) {
|
152 |
var response = JSON.parse(xhr.responseText);
|
153 |
+
updateValues(response); // Вот здесь исправление
|
154 |
}
|
155 |
};
|
156 |
xhr.send();
|