Update groceryaug.html

pull/2201/head
fapeg 2022-10-27 01:49:56 +02:00 committed by GitHub
parent 8c9558f2bd
commit a2c7dd433b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
var antwort =JSON.parse(this.responseText);
antwort_val = antwort["value"];
console.log(antwort_val);
if(antwort_val == null){antwort_val = "Please enter an API key first!";}
if(antwort_val == null){antwort_val = "Please enter an API key first, check that your key is valid and that you haven't exceeded your API quota!";}
document.getElementById('area').value = antwort_val;
}
});