pis #2

Merged
fred.boniface merged 76 commits from pis into main 2023-05-06 21:53:45 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1e6b013507 - Show all commits

View File

@ -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)
} }