www.fedi.bzh/bundle.min.9aa161734d8d364fbafdf8ee2def390bf097c69464c1561c1b.js

2 lines
247 B
JavaScript
Raw Normal View History

2022-11-18 17:41:02 +00:00
const header=document.querySelector("header");function paddingHeader(){document.body.style.paddingTop=`${header.offsetHeight}px`;}
window.addEventListener("load",paddingHeader);function cleanForm(){document.getElementById("contact-form").reset();}