Update 404.md

pull/107/head
johndmulhausen 2016-03-11 08:47:57 +00:00
parent 54b321e42e
commit d42bc6f6c8
1 changed files with 1 additions and 1 deletions

2
404.md
View File

@ -7,7 +7,7 @@ permalink: /404.html
<script language="JavaScript">
$( document ).ready(function() {
if (window.location.href.indexOf(".html") > -1) {
var forwardingURL=window.location.href.replace(".html","").replace("/v1.1").replace("/v1.0");
var forwardingURL=window.location.href.replace(".html","").replace("/v1.1","").replace("/v1.0","");
window.location.replace(forwardingURL);
}
});