From b59388dcd478c7f4cc3e877c1de5f7caab02fcdc Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 7 Dec 2018 13:19:06 +0000 Subject: [PATCH] wip #2410 @1 --- inc/ws/Util/html5/3dflip/class.ws.html5.compiler.php | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/inc/ws/Util/html5/3dflip/class.ws.html5.compiler.php b/inc/ws/Util/html5/3dflip/class.ws.html5.compiler.php index 8a0f81ac9..b35462426 100644 --- a/inc/ws/Util/html5/3dflip/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/3dflip/class.ws.html5.compiler.php @@ -13,14 +13,14 @@ class wsHTML5Compiler ['js/libs/modernizr/modernizr.min.js', 'js/libs/modernizr/tests.js',], 'modifier' => ['js/libs/threejs/modifier.min.js'], - 'threejs-legacy' => + 'threejs' => ['js/libs/threejs/legacy/three.min.js', 'js/libs/threejs/legacy/Projector.js', 'js/libs/threejs/legacy/CanvasRenderer.js', ], - 'threejs' => - ['js/libs/threejs/latest/three.min.js', - ], +// 'threejs-latest' => +// ['js/libs/threejs/latest/three.min.js', +// ], 'jquery' => ['js/libs/jquery/jquery.min.js', 'js/libs/jquery/jquery.transform.js', @@ -670,9 +670,6 @@ class wsHTML5Compiler $script = '' . "\n"; foreach ($this->jsLibs as $jsLib => $files) { - if ($jsLib == 'threejs-legacy') { - continue; - } $script .= "\t" . '' . "\n"; } if ($this->book->parametres->scorm_enable) { -- 2.39.5