Skip to content

Commit

Permalink
Update redirects.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcqt authored Mar 1, 2024
1 parent e967bb4 commit 5804803
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions redirects.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
alert(window.top.location);

document.getElementsByTagName("nav")[0].getElementsByTagName("p")[0].onclick = logo;
document.getElementsByTagName("nav")[0].getElementsByTagName("p")[1].onclick = start;
document.getElementsByTagName("nav")[0].getElementsByTagName("p")[2].onclick = pricing;
document.getElementsByTagName("nav")[0].getElementsByTagName("p")[3].onclick = features;
document.getElementsByTagName("nav")[0].getElementsByTagName("p")[4].onclick = about;

function logo() {
window.top.location.replace("http://super.script.cl/");
}
Expand Down

0 comments on commit 5804803

Please sign in to comment.