From: vincent@cubedesigners.com Date: Tue, 24 Jun 2014 09:14:52 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=cfd93bb24f550144414be09fd71110cf6c9c2f72;p=cubeextranet.git --- diff --git a/inc/ws/Controlleur/class.ws.services.php b/inc/ws/Controlleur/class.ws.services.php index 2da69f424..6720491a0 100644 --- a/inc/ws/Controlleur/class.ws.services.php +++ b/inc/ws/Controlleur/class.ws.services.php @@ -669,7 +669,9 @@ class wsServices extends cubeFlashGateway { $resolution = 150; } - $resolution = 150; + if ($id == 4) { + $resolution = 150; + } $this->outputXML = false; header('Content-type: application/json'); diff --git a/inc/ws/Util/html5/class.ws.html5.compiler.php b/inc/ws/Util/html5/class.ws.html5.compiler.php index 68937ef4c..a09a6d5cb 100644 --- a/inc/ws/Util/html5/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/class.ws.html5.compiler.php @@ -17,8 +17,8 @@ class wsHTML5Compiler { } } - protected static $resolutions = array(150); - protected $maxRes = 150; + protected static $resolutions = array(150, 300); + protected $maxRes = 300; protected static $uaPrefixes = array('-moz-', '-webkit-', '-o-', '-ms-', ''); public $jsFiles = array( 'js/libs/modernizr/modernizr.js',