Update interface.html for testing purposes
parent
b36fba55f1
commit
fdbe704d89
|
|
@ -23,7 +23,7 @@ function getData() {
|
||||||
Util.hideModal();
|
Util.hideModal();
|
||||||
// If no data, report it and exit
|
// If no data, report it and exit
|
||||||
if (data.length === 0) {
|
if (data.length === 0) {
|
||||||
dataElement.innerHTML = "<b>No data found</b>";
|
dataElement.innerHTML = "<b>There is no data</b>";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// Otherwise parse the data and output it as a table
|
// Otherwise parse the data and output it as a table
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue