Spaces:
Sleeping
Sleeping
Update settings.html
Browse files- settings.html +1 -1
settings.html
CHANGED
@@ -145,7 +145,7 @@ function updateValues_eep_set(data) {
|
|
145 |
|
146 |
function fetchValues_eep_set() {
|
147 |
var xhr = new XMLHttpRequest();
|
148 |
-
xhr.open("GET", "/
|
149 |
xhr.setRequestHeader("Content-Type", "application/json");
|
150 |
xhr.onreadystatechange = function () {
|
151 |
if (xhr.readyState === 4 && xhr.status === 200) {
|
|
|
145 |
|
146 |
function fetchValues_eep_set() {
|
147 |
var xhr = new XMLHttpRequest();
|
148 |
+
xhr.open("GET", "/settings_api", true);
|
149 |
xhr.setRequestHeader("Content-Type", "application/json");
|
150 |
xhr.onreadystatechange = function () {
|
151 |
if (xhr.readyState === 4 && xhr.status === 200) {
|