diff --git a/404.html b/404.html index 8b472beda..706934c63 100644 --- a/404.html +++ b/404.html @@ -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 - ); + );*/ diff --git a/404.html.gz b/404.html.gz index 937150a58..8396a978f 100644 Binary files a/404.html.gz and b/404.html.gz differ