We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9552d2e commit 1bd6a40Copy full SHA for 1bd6a40
js/404.js
@@ -6,9 +6,7 @@ if (window.location.pathname.includes("/q/")) {
6
window.location.href = "/404"
7
} else {
8
let redirectURL = "https://tinyurl.com/" + tinyurl_id
9
- testURL(redirectURL).then(function() {
10
- location.href = redirectURL
11
- })
+ testURL(redirectURL)
12
}
13
14
0 commit comments