Update 404.md

This commit is contained in:
johndmulhausen
2016-03-11 08:57:43 +00:00
parent cb42e1ed0e
commit 34568e075c
+1 -1
View File
@@ -12,7 +12,7 @@ $( document ).ready(function() {
for (i=0;i<oldURLs.length;i++) {
if (window.location.href.indexOf(oldURLs[i]) > -1) {
doRedirect=true;
forwardingURL=forwardingURL.replace(oldURLs[i]);
forwardingURL=forwardingURL.replace(oldURLs[i],"");
}
}
if (doRedirect) window.location.replace(forwardingURL);