From 52c11b67ab75434d7485bceaff92b660c68379d1 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 6 Oct 2017 16:32:19 +0000 Subject: [PATCH] #1735 --- inc/ws/Util/html5/burgermenu/class.ws.html5.compiler.php | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/ws/Util/html5/burgermenu/class.ws.html5.compiler.php b/inc/ws/Util/html5/burgermenu/class.ws.html5.compiler.php index 2980573f4..6a39d6cf1 100644 --- a/inc/ws/Util/html5/burgermenu/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/burgermenu/class.ws.html5.compiler.php @@ -890,7 +890,6 @@ class wsHTML5Compiler { $uglify = new CubeIT_CommandLine('/usr/local/bin/uglifyjs'); $uglify->setArg('o', $minimized); - $uglify->setArg('no-copyright'); $uglify->setArg(null, $tmp); $uglify->execute(); $uglify->debug(); -- 2.39.5