From 18ac4ea0c27d1333c57ed67d5dd56b24cc9a4086 Mon Sep 17 00:00:00 2001 From: zzossig Date: Thu, 6 Feb 2020 03:35:29 +0900 Subject: prepare for exampleSite --- layouts/partials/head/scripts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- cgit v1.2.3