From: vincent@cubedesigners.com Date: Mon, 4 Oct 2021 14:11:04 +0000 (+0000) Subject: wait #4735 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7c8fcc300471cc0ae1561eb427991bb36c5bb389;p=cubeextranet.git wait #4735 --- diff --git a/inc/ws/Util/html5/master/class.ws.html5.compiler.php b/inc/ws/Util/html5/master/class.ws.html5.compiler.php index 0af69d248..cf045997e 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -2826,7 +2826,7 @@ height="0" width="0" style="display:none;visibility:hidden"> $locale = $map[$locale]; } - $this->addJsLib('videojs', ['js/libs/videojs/video.withscalefix.js', 'js/libs/videojs/lang/' . $locale . '.js']); + $this->addJsLib('videojs', ['js/libs/videojs/video.min.js', 'js/libs/videojs/lang/' . $locale . '.js']); $this->addLess('videojs/videojs'); }