}
$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>';
}
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');
}
}