From: Vincent Vanwaelscappel Date: Wed, 20 Oct 2021 13:31:53 +0000 (+0200) Subject: wait #4808 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0b845eecad03c2ea474e9385a3279e44a975a53d;p=fluidbook-html5.git wait #4808 @0.25 --- diff --git a/js/libs/fluidbook/menu/fluidbook.chapters.js b/js/libs/fluidbook/menu/fluidbook.chapters.js index 9dabd479..dc17097a 100644 --- a/js/libs/fluidbook/menu/fluidbook.chapters.js +++ b/js/libs/fluidbook/menu/fluidbook.chapters.js @@ -3,7 +3,7 @@ function FluidbookChapters(fluidbook, chapters) { this.chapters = chapters; this.style = 'classic'; this.cascade = this.fluidbook.settings.chaptersCascade; - this.indent = !this.cascade && this.fluidbook.settings.chaptersIndent; + this.indent = this.fluidbook.settings.chaptersIndent; this.cascadeEventsInited = false; if (this.fluidbook.settings.mobileChaptersStyle) { this.style = this.fluidbook.settings.mobileChaptersStyle;