pis #1

Closed
fred.boniface wants to merge 51 commits from pis into dev
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() {
msg = '<p>No results found</p>'
const msg = '<p>No results found</p>'
document.getElementById('result-box').insertAdjacentHTML("beforeend", msg)
}