diff --git a/data/index.js b/data/index.js index 4cab2761..b5e29cad 100644 --- a/data/index.js +++ b/data/index.js @@ -1302,7 +1302,7 @@ function changeHTML(variable, commandJson, rowNr = UINT8_MAX) { variable.json = commandJson.json; } - if (commandJson.hasOwnProperty("file")) { //json send html nodes cannot process, store in jsonValues array + if (commandJson.hasOwnProperty("file")) { console.log("changeHTML file requested", variable.id, rowNr, commandJson); //we need to send a request which the server can handle using request variable diff --git a/data/newui/index.htm b/data/newui/index.htm index d5b2a6e6..9c5c8574 100644 --- a/data/newui/index.htm +++ b/data/newui/index.htm @@ -16,7 +16,6 @@ -