Skip to content

Commit

Permalink
3000ms
Browse files Browse the repository at this point in the history
  • Loading branch information
yudateNoriyuki committed Sep 8, 2023
1 parent 3c9cebb commit fc4ff85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// const now = new Date().valueOf();
setTimeout(function() {
if (appOpened) {
consol.log("リダイレクト")
console.log("リダイレクト")
// if (new Date().valueOf() - now > 200) return;
if (isIOS) {
window.location = "https://apps.apple.com/jp/app/%E3%82%B5%E3%83%AD%E3%83%B3%E4%BA%88%E7%B4%84-%E3%82%AB%E3%83%9F%E3%83%B3%E3%82%B0%E3%82%B9%E3%83%BC%E3%83%B3-coming-soon/id1001502915";
Expand Down

0 comments on commit fc4ff85

Please sign in to comment.