]> _ Git - fluidbook-html5.git/commitdiff
Solve problem with burgermenu search results after merging changes from master branch...
authorStephen Cameron <stephen@cubedesigners.com>
Tue, 19 Sep 2017 14:49:35 +0000 (16:49 +0200)
committerStephen Cameron <stephen@cubedesigners.com>
Tue, 19 Sep 2017 14:49:35 +0000 (16:49 +0200)
js/libs/fluidbook/fluidbook.nav.js

index bae9e671c36ed7be6dddbcd8e07f82e91b83d232..e5453074ea0e0e5fc061326dc321bd05a736869e 100644 (file)
@@ -694,7 +694,7 @@ FluidbookNav.prototype = {
                 //res += $this.fluidbook.l10n.__('search results for') + ' &laquo; ' + q + " &raquo;"
 
                 // 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() {