mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-06-08 10:22:26 -04:00
Remove unnecessary comments
This commit is contained in:
parent
78d1b3ad08
commit
eebef5fd7f
1 changed files with 0 additions and 3 deletions
|
@ -46,7 +46,6 @@ window.onload = function () {
|
||||||
ignoreLocation: params.fuseOpts.ignorelocation ?? true
|
ignoreLocation: params.fuseOpts.ignorelocation ?? true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// fuse = new Fuse(data, options); // build the index from the json file
|
|
||||||
|
|
||||||
fetch(currentScriptSrc)
|
fetch(currentScriptSrc)
|
||||||
.then(resp => resp.text())
|
.then(resp => resp.text())
|
||||||
|
@ -130,8 +129,6 @@ sInput.onkeyup = function (e) {
|
||||||
// run a search query (for "term") every time a letter is typed
|
// run a search query (for "term") every time a letter is typed
|
||||||
// in the search box
|
// in the search box
|
||||||
if (fuseWorker) {
|
if (fuseWorker) {
|
||||||
// const results = fuse.search(this.value.trim()); // the actual query being run using fuse.js
|
|
||||||
|
|
||||||
fuseWorker.postMessage(this.value.trim())
|
fuseWorker.postMessage(this.value.trim())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue