File size: 180 Bytes
d52da3a
 
 
 
56bfcbb
d52da3a
1
2
3
4
5
6
7
/**
* A function that clears the search input text when the clear button is clicked.
*/
function clearSearchText() {
    document.querySelector('.search_bar > input').value = ''
}