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