From: vincent@cubedesigners.com Date: Tue, 14 Oct 2014 15:35:22 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=450d8eaaff5d79917db6be2784be541630eab954;p=cubeextranet.git --- diff --git a/inc/ws/Util/class.ws.exporter.php b/inc/ws/Util/class.ws.exporter.php index 7a1e86014..a8c1fbc10 100644 --- a/inc/ws/Util/class.ws.exporter.php +++ b/inc/ws/Util/class.ws.exporter.php @@ -62,7 +62,7 @@ class wsExporter { $manifestType = isset($collection->settings['offline']) ? 'Offline' : 'Online'; $phonegap->setManifest(WS_COMPILE_ASSETS . '/_html5app/_android/AndroidManifest' . $manifestType . '.xml'); $phonegap->setMain(WS_COMPILE_ASSETS . '/_html5app/_android/Main' . $manifestType . '.java'); - $phonegap->setDistantCompiler('paris.cubedesigners.com', 'Vincent', 'iquique', 'h:/Phonegap/Projects/' . $d, '/mnt/vincent/cygdrive/h/Phonegap/Projects/' . $d, 22322, SSH_KEY); + $phonegap->setDistantCompiler('paris.cubedesigners.com', 'Vincent', 's77vpo*wu', 'h:/Phonegap/Projects/' . $d, '/mnt/vincent/cygdrive/h/Phonegap/Projects/' . $d, 22322, SSH_KEY); $phonegap->setSourceVariables(array('background' => '0xff' . $collection->settings['couleurD'], 'orientation' => $collection->settings['orientation']) ); diff --git a/inc/ws/Util/html5/class.ws.html5.compiler.php b/inc/ws/Util/html5/class.ws.html5.compiler.php index a09a6d5cb..45929af1e 100644 --- a/inc/ws/Util/html5/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/class.ws.html5.compiler.php @@ -452,7 +452,6 @@ class wsHTML5Compiler { $bgcolor = $this->theme->parametres->loadingBackColor; - // Google analytics $ga = ''; if ($this->book->parametres->googleAnalytics != '') { @@ -465,7 +464,6 @@ class wsHTML5Compiler { } $sheets = array_merge($sheets, $this->pluginCSS); - $style = array(); foreach ($sheets as $sheet) { $style[] = ''; @@ -486,7 +484,6 @@ class wsHTML5Compiler { $iscript.='' . "\n"; } - $script = ''; $script .= '' . "\n"; $script .= '' . "\n";