Nathan Woodburn
1855e18315
All checks were successful
Build Docker / Build Image (push) Successful in 30s
7 lines
236 B
JavaScript
7 lines
236 B
JavaScript
if (window.location.hostname != document.currentScript.getAttribute('domain')){
|
|
window.location.href = "http://" + document.currentScript.getAttribute('domain') + window.location.pathname;
|
|
}
|
|
else{
|
|
console.log("Already Redirected");
|
|
}
|