Skip to content

Commit 1bd6a40

Browse files
committed
fixed
1 parent 9552d2e commit 1bd6a40

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

js/404.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ if (window.location.pathname.includes("/q/")) {
66
window.location.href = "/404"
77
} else {
88
let redirectURL = "https://tinyurl.com/" + tinyurl_id
9-
testURL(redirectURL).then(function() {
10-
location.href = redirectURL
11-
})
9+
testURL(redirectURL)
1210
}
1311

1412
} else {

0 commit comments

Comments
 (0)