From: vincent@cubedesigners.com Date: Tue, 10 Jul 2012 13:27:28 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=235f5a6fb1ab077c2f675879eb3505ea118d488b;p=cubeextranet.git --- 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; }