]> _ Git - fluidbook-html5.git/commitdiff
#1028
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 12 Dec 2016 18:33:51 +0000 (18:33 +0000)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 12 Dec 2016 18:33:51 +0000 (18:33 +0000)
js/libs/fluidbook/fluidbook.nav.js

index 57df132fa3996aca9ddefba38e7a58459d8a3a61..52a981609921392d766e4a6551aa9905aafa2df6 100644 (file)
@@ -178,7 +178,7 @@ FluidbookNav.prototype = {
         if (this.fluidbook.datas.search) {
             this.setSearch();
         }
-        if (this.fluidbook.datas.afterSearch != '') {
+        if (this.fluidbook.datas.afterSearch != '' && this.fluidbook.datas.themeEnableAfterSearch) {
             this.setAfterSearch();
         }
         this.setInterface();