pis #1

Closed
fred.boniface wants to merge 51 commits from pis into dev
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)
} }