Skip to content

Commit e935676

Browse files
Update 404.md
1 parent 34568e0 commit e935676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

404.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $( document ).ready(function() {
1010
var doRedirect=false;
1111
var forwardingURL=window.location.href;
1212
for (i=0;i<oldURLs.length;i++) {
13-
if (window.location.href.indexOf(oldURLs[i]) > -1) {
13+
if (window.location.href.indexOf(oldURLs[i])) > -1) {
1414
doRedirect=true;
1515
forwardingURL=forwardingURL.replace(oldURLs[i],"");
1616
}

0 commit comments

Comments
 (0)