Fix google indexing

This commit is contained in:
NielsAD
2018-09-12 16:36:27 +02:00
parent 883bea33cf
commit d738912274
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,3 @@
User-agent: *
Disallow: /dl/
Disallow: /idx/
Sitemap: /urllist.txt

View File

@@ -1,3 +1,4 @@
"use strict";
const search = RegExp("[?&]q=([^&]+)");
function setPath(crumbs, files, q, path, query) {
if (document.location.pathname != path || document.location.search != query) {