From: vincent@cubedesigners.com Date: Fri, 27 Sep 2013 13:45:57 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=276751e838bbfcc844d1f542162c5cf985d0e072;p=cubeextranet.git --- diff --git a/inc/ws/Controlleur/class.ws.ajax.php b/inc/ws/Controlleur/class.ws.ajax.php index 58e346884..0709e3bf8 100644 --- a/inc/ws/Controlleur/class.ws.ajax.php +++ b/inc/ws/Controlleur/class.ws.ajax.php @@ -1094,7 +1094,7 @@ class wsAjax extends cubeAjax { $c->insert(); if ($_GET['ctrl']) { - self::collectionVersionPublish(array('', $id, $time, 'android'), $x); + self::collectionVersionPublish(array('', $id, $time, 'ios'), $x); } $x->addReload(); diff --git a/inc/ws/Controlleur/class.ws.services.php b/inc/ws/Controlleur/class.ws.services.php index d7dbef522..3ffd6724d 100644 --- a/inc/ws/Controlleur/class.ws.services.php +++ b/inc/ws/Controlleur/class.ws.services.php @@ -707,7 +707,7 @@ class wsServices extends cubeFlashGateway { protected function _getManifest($publications, $dir, $books, $resolution) { global $core; $res = array(); - $res['manifest'] = array('assetRoot' => 'http://workshop.fluidbook.com' . $dir . '/', 'autoDownload' => true); + $res['manifest'] = array('assetRoot' => 'http://workshop.fluidbook.com' . $dir . '/', 'autoDownload' => false); $res['manifestPub'] = array(); $bundles = array(); diff --git a/inc/ws/Util/html5/class.ws.html5.compiler.php b/inc/ws/Util/html5/class.ws.html5.compiler.php index 6ba012087..58388934b 100644 --- a/inc/ws/Util/html5/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/class.ws.html5.compiler.php @@ -510,7 +510,7 @@ class wsHTML5Compiler { } $scripts = array(); - $scripts[] = ''; + //$scripts[] = ''; foreach ($this->debugJsFiles as $js) { $scripts[] = ''; }