diff --git a/js/pis.js b/js/pis.js index 282ab05..c546a5c 100644 --- a/js/pis.js +++ b/js/pis.js @@ -56,6 +56,6 @@ async function reset() { document.getElementById('origin').value = "" document.getElementById('destination').value = "" document.getElementById('result-box').style = 'display:none' - document.getElementById('result-box').innerHTML = '' + document.getElementById('result-box').innerHTML = '' // This removes the results-count. I need to remove the ONLY. document.getElementById('crs-box').style = 'display:block' } \ No newline at end of file