Empty line with spaces removed
This commit is contained in:
parent
f457a24047
commit
db6dff5a97
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ function createSelectCell(max, value, step) {
|
||||||
// Gib die Zelle zurück
|
// Gib die Zelle zurück
|
||||||
return row;
|
return row;
|
||||||
}
|
}
|
||||||
|
|
||||||
function fillTableFromJson() {
|
function fillTableFromJson() {
|
||||||
// Lade JSON-Daten
|
// Lade JSON-Daten
|
||||||
fetch('http://{{IP_ADDRESS}}/tc_data_blocks_read')
|
fetch('http://{{IP_ADDRESS}}/tc_data_blocks_read')
|
||||||
|
|
Loading…
Reference in a new issue