Make lunr to load on search interaction as well

This commit is contained in:
Alex Shpak
2019-07-16 14:49:19 +02:00
parent 440ea834f7
commit 625f202275
4 changed files with 4 additions and 3 deletions
+1
View File
@@ -8,6 +8,7 @@
input.addEventListener("focus", init);
function init() {
loadScript("{{ "lunr.min.js" | relURL }}")
loadScript("{{ $searchData.RelPermalink }}", function() {
input.disabled = false;
input.addEventListener("keyup", search);