From: soufiane Date: Tue, 10 Feb 2026 16:14:02 +0000 (+0100) Subject: wait #7985 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=8b70054a3a3fb657d746a8672eea1d516b50c054;p=fluidbook-html5.git wait #7985 --- diff --git a/js/libs/fluidbook/fluidbook.search.js b/js/libs/fluidbook/fluidbook.search.js index 69307361..07212bf7 100644 --- a/js/libs/fluidbook/fluidbook.search.js +++ b/js/libs/fluidbook/fluidbook.search.js @@ -997,7 +997,6 @@ FluidbookSearch.prototype = { } var $this = this; - let r = new Map(); this.find(q, function (results) { $this.openResults(results); }); @@ -1096,7 +1095,6 @@ FluidbookSearch.prototype = { }); let referencePage = pagesWithHits.find((el) => el >= $this.fluidbook.currentPage) ?? parseInt(pagesWithHits[0]) - console.log(referencePage) // Set Highlighting of results keywords this.setHighlightTerms(results.terms);