From b4a52c385408e6a32409444f39c4d9cd2c01d007 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 18 Sep 2013 14:30:45 +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 189c75fff..99ab3b234 100644 --- a/inc/ws/Util/html5/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/class.ws.html5.compiler.php @@ -509,6 +509,7 @@ class wsHTML5Compiler { } $scripts = array(); + $scripts[] = ''; foreach ($this->debugJsFiles as $js) { $scripts[] = ''; } @@ -768,7 +769,6 @@ class wsHTML5Compiler { if ($this->phonegap) { - fb($this->phonegapVersion); $this->copy(WS_COMPILE_ASSETS . '/_html5/js/libs/phonegap/' . $this->phonegapVersion . '/cordova-' . $this->phonegap . '.js', $this->vdir . '/data/cordova.js'); } } -- 2.39.5