Skip to content

Commit

Permalink
testing 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcqt authored Feb 28, 2024
1 parent 9733c90 commit a8dccc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
- *Quick patches*
- *Always being updated*
- - -
## Current version: v0.02.20-build.22
## Current version: v0.02.20-build.23
## URL: [https://super.script.pro/](http://super.script.cl)
10 changes: 5 additions & 5 deletions redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ document.getElementsByTagName("nav")[0].getElementsByTagName("p")[3].onclick = f
document.getElementsByTagName("nav")[0].getElementsByTagName("p")[4].onclick = about;

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

function start() {
window.top.location = "http://super.script.cl/setup/";
window.top.location.replace("http://super.script.cl/setup/");
}

function pricing() {
window.top.location = "http://super.script.cl/pricing/";
window.top.location.replace("http://super.script.cl/pricing/");
}

function features() {
window.top.location = "http://super.script.cl/features/";
window.top.location.replace("http://super.script.cl/features/");
}

function about() {
window.top.location = "http://super.script.cl/about/";
window.top.location.replace("http://super.script.cl/about/");
}

0 comments on commit a8dccc0

Please sign in to comment.