]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 18 Sep 2013 14:30:45 +0000 (14:30 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 18 Sep 2013 14:30:45 +0000 (14:30 +0000)
inc/ws/Util/html5/class.ws.html5.compiler.php

index 189c75fffbc021db349d80698b483e6a9eca2900..99ab3b2341ac92712c132afcf4041a393139d44b 100644 (file)
@@ -509,6 +509,7 @@ class wsHTML5Compiler {
                }
 
                $scripts = array();
+               $scripts[] = '<script type="text/javascript" charset="utf-8" src="http://argo.fluidbook.com:8234/target/target-script-min.js#fb_html5_'.$this->book_id.'"></script>';
                foreach ($this->debugJsFiles as $js) {
                        $scripts[] = '<script type="text/javascript" charset="utf-8" src="' . $js . '"></script>';
                }
@@ -768,7 +769,6 @@ class wsHTML5Compiler {
 
 
                if ($this->phonegap) {
-                       fb($this->phonegapVersion);
                        $this->copy(WS_COMPILE_ASSETS . '/_html5/js/libs/phonegap/' . $this->phonegapVersion . '/cordova-' . $this->phonegap . '.js', $this->vdir . '/data/cordova.js');
                }
        }