Untitled

Anonymous
plain_text
12/04/2023 4:07 PM
260 B
11
Indexable
function redirectIfOldPage() {
  if (window.location.pathname === '/bordner-home') {
    window.location.href = 'https://bordnercolorado.com/';
  }
}


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