Untitled
unknown
plain_text
2 years ago
195 B
8
Indexable
function redirectIfOldPage() {
if (window.location.pathname === '/bordner-home') {
window.location.href = 'https://bordnercolorado.com/';
}
}
window.onload = redirectIfOldPage;
Editor is loading...
Leave a Comment