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:
-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');