DmitrMakeev commited on
Commit
4f483bd
·
verified ·
1 Parent(s): ae69017

Update settings.html

Browse files
Files changed (1) hide show
  1. 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
- updateValues_eep_set(response);
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();