]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 14 Oct 2014 15:35:22 +0000 (15:35 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 14 Oct 2014 15:35:22 +0000 (15:35 +0000)
inc/ws/Util/class.ws.exporter.php
inc/ws/Util/html5/class.ws.html5.compiler.php

index 7a1e860145033f65a8376c0a410288181c1f65c3..a8c1fbc1099b374f2be03132189122d8c8b3b038 100644 (file)
@@ -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'])
                        );
index a09a6d5cb6ea4109108fe90c72d0314b3a7781e3..45929af1effec2b237902ef791c4262ecdf4f95a 100644 (file)
@@ -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[] = '<link type="text/css" rel="stylesheet" media="screen" href="' . $sheet . '">';
@@ -486,7 +484,6 @@ class wsHTML5Compiler {
                        $iscript.='</script>' . "\n";
                }
 
-
                $script = '';
                $script .= '<script type="text/javascript" charset="utf-8" src="data/datas.js"></script>' . "\n";
                $script .= '<script type="text/javascript" charset="utf-8" src="data/fluidbook.js"></script>' . "\n";