File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ function doFwd() {
60
60
}{% endfor % }
61
61
if (gonnaFwd) {
62
62
console .log (" Forwarding to: " + newURL);
63
- // window.location.replace(newURL);
64
- // document.write('<meta http-equiv="refresh" content="0; url=' + newURL + '">')
63
+ window .location .replace (newURL);
64
+ document .write (' <meta http-equiv="refresh" content="0; url=' + newURL + ' ">' )
65
65
} else {
66
- // window.location.replace("/sorry/#" + forwardingURL);
67
- // document.write('<meta http-equiv="refresh" content="0; url=/sorry/#' + forwardingURL + '">')
66
+ window .location .replace (" /sorry/#" + forwardingURL);
67
+ document .write (' <meta http-equiv="refresh" content="0; url=/sorry/#' + forwardingURL + ' ">' )
68
68
}
69
69
}
70
70
window .onload = doFwd;
You can’t perform that action at this time.
0 commit comments