Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzzossig <zzossig@gmail.com>2020-02-05 21:35:29 +0300
committerzzossig <zzossig@gmail.com>2020-02-05 21:35:29 +0300
commit18ac4ea0c27d1333c57ed67d5dd56b24cc9a4086 (patch)
tree7efc3eb1c32b6b4d890af2dc7c960cf10043b191
parent207e45cd94f1dcfbfd3f06c838e464fdc5729cec (diff)
prepare for exampleSite
-rw-r--r--layouts/partials/head/scripts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head/scripts.html b/layouts/partials/head/scripts.html
index 0d9befa..a41ece9 100644
--- a/layouts/partials/head/scripts.html
+++ b/layouts/partials/head/scripts.html
@@ -311,7 +311,7 @@
var enableSearchHighlight = JSON.parse({{ $enableSearchHighlight | jsonify }});
var fuse = null;
-
+ function initFuse() {
var xhr = new XMLHttpRequest();
xhr.open('GET', permalink + "index.json");
xhr.setRequestHeader('Content-Type', 'application/json; charset=utf-8');