From e44f777927c333e910b8a32995847c73c37e1793 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 12 Dec 2016 18:33:51 +0000 Subject: [PATCH] #1028 --- 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 57df132f..52a98160 100644 --- a/js/libs/fluidbook/fluidbook.nav.js +++ b/js/libs/fluidbook/fluidbook.nav.js @@ -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(); -- 2.39.5