1
0
mirror of https://github.com/s00500/ESPUI.git synced 2026-01-16 18:46:21 +00:00

undo more whitespace

This commit is contained in:
Mike Burton
2025-11-29 08:53:10 -08:00
parent 9a589296ad
commit b68b7ce390

3
data/js/controls.js vendored
View File

@@ -598,6 +598,7 @@ function start() {
FileDisplayUploadFile(data);
}
break;
/*
* Update messages change the value/style of a component without adding new HTML
*/
@@ -721,7 +722,7 @@ function start() {
// it looks like we missed the first fragment. Start the control over
console.error("Missing first fragment for control: " + control.id);
StartFragmentAssemblyTimer(control.id);
let TotalRequest = JSON.stringify({ 'id': control.id, 'offset': 0 });
let TotalRequest = JSON.stringify({ 'id' : control.id, 'offset' : 0 });
websock.send("uifragmentok:" + 0 + ": " + TotalRequest + ":");
// console.info("asked for fragment " + TotalRequest);
// console.info("Done Fragment Processing");