Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 1.71 KB

404.md

File metadata and controls

66 lines (44 loc) · 1.71 KB
layout permalink stylesheet
default
/404.html
404.css
<script> window.onload = function(){ console.log('getSuggestedPages initialized') if ( typeof(window.searchIndex) === "undefined" ) { initSearch(); } else { } setTimeout(getSuggestedPages, 1000); } function getSuggestedPages () { var currentUrlParts = window.location.href.split('/'); var searchString = ""; console.log('failed url parts', currentUrlParts) // first, remove slashes and header elements for ( var x = 3; x < currentUrlParts.length; x++ ) { searchString += " " + decodeURIComponent(currentUrlParts[x]) } // then, replace all special characters with spaces for better matching searchString.replace(/[^a-zA-Z ]/g, " ") console.log('searching for ' + searchString) document.getElementById('FourOFourSearchInput').value = searchString; document.getElementById('FourOFourSearchInput').onkeyup(); } </script>

Oops! That page can't be found.

It looks like nothing was found at this location. Maybe try a search?
Loading ...

{% include pinkDivider.html %} {% include upcomingEvents.html %}