Update 404.md
This commit is contained in:
@@ -10,7 +10,7 @@ $( document ).ready(function() {
|
||||
var doRedirect=false;
|
||||
var forwardingURL=window.location.href;
|
||||
for (i=0;i<oldURLs.length;i++) {
|
||||
if (window.location.href.indexOf(oldURLs[i]) > -1) {
|
||||
if (window.location.href.indexOf(oldURLs[i])) > -1) {
|
||||
doRedirect=true;
|
||||
forwardingURL=forwardingURL.replace(oldURLs[i],"");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user