Untitled

 avatar
unknown
plain_text
2 years ago
195 B
5
Indexable
function redirectIfOldPage() {
  if (window.location.pathname === '/bordner-home') {
    window.location.href = 'https://bordnercolorado.com/';
  }
}


window.onload = redirectIfOldPage;
Editor is loading...
Leave a Comment