forked from FOSS/BangleApps
Update groceryaug.html
parent
6f7af1c3d8
commit
8c9558f2bd
|
@ -66,7 +66,8 @@
|
|||
console.log(this.responseText);
|
||||
var antwort =JSON.parse(this.responseText);
|
||||
antwort_val = antwort["value"];
|
||||
if(antwort_val == "undefined"){antwort_val = "Please enter an API key first!";}
|
||||
console.log(antwort_val);
|
||||
if(antwort_val == null){antwort_val = "Please enter an API key first!";}
|
||||
document.getElementById('area').value = antwort_val;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue