pis #1
@ -48,7 +48,7 @@ async function insertData(json) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function noData() {
|
async function noData() {
|
||||||
msg = '<p>No results found</p>'
|
const msg = '<p>No results found</p>'
|
||||||
document.getElementById('result-box').insertAdjacentHTML("beforeend", msg)
|
document.getElementById('result-box').insertAdjacentHTML("beforeend", msg)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user