Spaces:
Running
Running
/** | |
* A function that clears the search input text when the clear button is clicked. | |
*/ | |
function clearSearchText() { | |
document.querySelector('.search_bar > input').value = '' | |
} | |