Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NurseCitizenDeveloper
/
Open-Nursing-Validator
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Open-Nursing-Validator
/
docs
/
assets
/
js
/
window-hash.js
NurseCitizenDeveloper
Deploy Open Nursing Validator (Docker)
6d12932
verified
28 days ago
raw
Copy download link
history
blame
contribute
delete
136 Bytes
$(
document
).
ready
(
function
(
){
if
(
window
.
location
.
hash
!=
""
) {
$(
'a[href="'
+
window
.
location
.
hash
+
'"]'
).
click
()
}
});