From 235f5a6fb1ab077c2f675879eb3505ea118d488b Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 10 Jul 2012 13:27:28 +0000 Subject: [PATCH] --- inc/ws/Util/html5/class.ws.html5.compiler.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/ws/Util/html5/class.ws.html5.compiler.php b/inc/ws/Util/html5/class.ws.html5.compiler.php index 2e9f87e72..948a4f786 100644 --- a/inc/ws/Util/html5/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/class.ws.html5.compiler.php @@ -23,6 +23,7 @@ class wsHTML5Compiler { 'js/libs/fluidbook/fluidbook.touch.js', 'js/libs/fluidbook/fluidbook.loader.js', 'js/libs/fluidbook/fluidbook.search.js', + 'js/libs/fluidbook/fluidbook.chapters.js', 'js/libs/fluidbook/fluidbook.js', 'js/main.js'); protected static $debugJsFiles = array( @@ -503,6 +504,7 @@ class wsHTML5Compiler { $this->config->height = $this->cssHeight; $this->config->optimalWidth = $this->optimalWidth; $this->config->optimalHeight = $this->optimalHeight; + $this->config->chapters=$this->book->chapters; foreach ($this->additionalConfig as $k => $v) { $this->config->$k = $v; } -- 2.39.5