From: Stephen Cameron Date: Tue, 19 Sep 2017 14:49:35 +0000 (+0200) Subject: Solve problem with burgermenu search results after merging changes from master branch... X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=929f99c68b60a0373d0f048aa2534c8d50f5b2ed;p=fluidbook-html5.git Solve problem with burgermenu search results after merging changes from master branch. WIP #807 @0.5 --- 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() {