This commit is contained in:
Mirek Kratochvil 2023-07-16 19:35:37 +02:00
parent 0749bee908
commit 4a32e69bff

View file

@ -56,7 +56,6 @@
try {
results = window.search_index.search(q)
} catch (err) {
console.log("search error: " + err);
el_error_text.innerHTML = '';
el_error_text.appendChild(document.createTextNode(err.message));