Spaces:
Sleeping
Sleeping
Update settings.html
Browse files- settings.html +1 -1
settings.html
CHANGED
@@ -152,7 +152,7 @@ function fetchValues_eep_set() {
|
|
152 |
xhr.onreadystatechange = function () {
|
153 |
if (xhr.readyState === 4 && xhr.status === 200) {
|
154 |
var response = JSON.parse(xhr.responseText);
|
155 |
-
|
156 |
}
|
157 |
};
|
158 |
xhr.send();
|
|
|
152 |
xhr.onreadystatechange = function () {
|
153 |
if (xhr.readyState === 4 && xhr.status === 200) {
|
154 |
var response = JSON.parse(xhr.responseText);
|
155 |
+
updateValues(response);
|
156 |
}
|
157 |
};
|
158 |
xhr.send();
|