Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alamin655
/
spacex
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
HEAD
spacex
/
public
/
static
/
index.js
Laptop
less javascript (#621)
56bfcbb
unverified
6 months ago
raw
Copy download link
history
blame
Safe
180 Bytes
/**
* A function that clears the search input text when the clear button is clicked.
*/
function
clearSearchText
(
) {
document
.
querySelector
(
'.search_bar > input'
).
value
=
''
}