diff --git a/client/jsFiles/SEAWebClientGroup.js b/client/jsFiles/SEAWebClientGroup.js index 6c172da..42fd774 100644 --- a/client/jsFiles/SEAWebClientGroup.js +++ b/client/jsFiles/SEAWebClientGroup.js @@ -267,6 +267,7 @@ function create_input_row(s, component) { var row = left.parentNode; row.style.backgroundColor = "orangered"; // Request for command + input.actualValue = input.value; sendCommand(s, name + " " + input.value); input.blur(); } else { @@ -283,6 +284,7 @@ function create_input_row(s, component) { }, 3600000); var row = left.parentNode; row.style.backgroundColor = "orangered"; + input.actualValue = value; // Request for command sendCommand(s, command + " " + value); resizeTextfield(input);