Skip to content

Commit

Permalink
another test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrampl committed Apr 7, 2020
1 parent 16db138 commit bb08791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@

var l = window.location;
console.error("Cannot find page: ", l);
l.replace(
/*l.replace(
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
l.pathname.split('/').slice(0, 1 + segmentCount).join('/') + '/?p=/' +
l.pathname.slice(1).split('/').slice(segmentCount).join('/').replace(/&/g, '~and~') +
(l.search ? '&q=' + l.search.slice(1).replace(/&/g, '~and~') : '') +
l.hash
);
);*/

</script>
</head>
Expand Down
Binary file modified 404.html.gz
Binary file not shown.

0 comments on commit bb08791

Please sign in to comment.