From 20708e10947822924e0d407106e46e0629f780d8 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 17 May 2013 15:22:20 +0000 Subject: [PATCH] --- inc/ws/Util/html5/class.ws.html5.compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ws/Util/html5/class.ws.html5.compiler.php b/inc/ws/Util/html5/class.ws.html5.compiler.php index 0460887f0..647725dd1 100644 --- a/inc/ws/Util/html5/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/class.ws.html5.compiler.php @@ -692,7 +692,7 @@ class wsHTML5Compiler { protected function writeJs() { file_put_contents($this->vdir . '/data/datas.js', $this->writeConfig()); $finals = array('fluidbook' => $this->jsFiles, 'widget' => $this->widgetJsFiles); - fb($this->vdir . '/data/datas.js'); + foreach ($finals as $jsfinal => $files) { $mintime = 0; -- 2.39.5