Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RiddleTime authored Jun 2, 2024
1 parent 80b4694 commit c77e1c3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,17 @@ description: > # this means to ignore newlines until "show_exerpts:"
var params = new URL(window.location).searchParams;
var setup = params.get('setup');
if (!!setup && setup.length > 0) {
window.location.replace('RaceElement://setup=' + setup);
setTimeout(5000);
window.location.replace('https://race.elementfuture.com/2023/01/12/get-started.html');
window.onload = Redirect();
}
};
function Redirect() {
setTimeout(function appNotInstalled() {
window.location.replace('https://race.elementfuture.com/2023/01/12/get-started.html');
}, 100);
window.location.replace('RaceElement://setup=' + setup);
}
</script>
Expand Down

0 comments on commit c77e1c3

Please sign in to comment.