websurfx/public/static/index.js
2024-10-18 10:16:32 +00:00

6 lines
180 B
JavaScript

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