blob: 6ec5f389ec13da52785efb3aaf5d28731fd628aa [file] [log] [blame]
// Scroll past header on smaller screens
function skipHeader(){
if (window.location.pathname != '/' && window.location.pathname != '/index.html'){
window.scroll(0, document.getElementById('main').offsetTop);
}
}