spacex / public /static /index.js
Laptop
less javascript (#621)
56bfcbb unverified
raw
history blame contribute delete
180 Bytes
/**
* A function that clears the search input text when the clear button is clicked.
*/
function clearSearchText() {
document.querySelector('.search_bar > input').value = ''
}