diff --git a/404.md b/404.md index eda26d64ea..09ec7fc710 100644 --- a/404.md +++ b/404.md @@ -60,11 +60,11 @@ function doFwd() { }{% endfor %} if (gonnaFwd) { console.log("Forwarding to: " + newURL); - //window.location.replace(newURL); - //document.write('') + window.location.replace(newURL); + document.write('') } else { - //window.location.replace("/sorry/#" + forwardingURL); - //document.write('') + window.location.replace("/sorry/#" + forwardingURL); + document.write('') } } window.onload = doFwd;