]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 10 Jul 2012 13:27:28 +0000 (13:27 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 10 Jul 2012 13:27:28 +0000 (13:27 +0000)
inc/ws/Util/html5/class.ws.html5.compiler.php

index 2e9f87e723e7e50e13297cff87784f8e0de37751..948a4f7868f51fa39770bbf42d2c04adda946891 100644 (file)
@@ -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;
                }