From 929f99c68b60a0373d0f048aa2534c8d50f5b2ed Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Tue, 19 Sep 2017 16:49:35 +0200 Subject: [PATCH] Solve problem with burgermenu search results after merging changes from master branch. WIP #807 @0.5 --- js/libs/fluidbook/fluidbook.nav.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/libs/fluidbook/fluidbook.nav.js b/js/libs/fluidbook/fluidbook.nav.js index bae9e671..e5453074 100644 --- a/js/libs/fluidbook/fluidbook.nav.js +++ b/js/libs/fluidbook/fluidbook.nav.js @@ -694,7 +694,7 @@ FluidbookNav.prototype = { //res += $this.fluidbook.l10n.__('search results for') + ' « ' + q + " »" // Use the index of all pages as a starting point to filter results thumbnails - fluidbook.menuSearchResults.html($this.fluidbook.index.getView()).hide(); + fluidbook.menuSearchResults.html($this.fluidbook.menu.index.getView()).hide(); // Process each spread of pages to collect the ones with results fluidbook.menuSearchResults.find('.doubleThumb').each(function() { -- 2.39.5