index
:
website
master
social-links
The ouroboros.rocks website
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
themes
/
terrassa
/
assets
/
js
/
form.js
blob: 1c9bd4d9c2330f22636e8b08fc2d5af2b2953e37 (
plain
)
1
2
3
function
cleanForm
() {
document
.
getElementById
(
"contact-form"
).
reset
();
}