mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
parent
8e7a56db58
commit
6624b764cf
@ -118,7 +118,7 @@ class JavaScript
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($minified) {
|
if ($minified) {
|
||||||
require_once 'IcingaVendor/JShrink/Minifier.php';
|
require_once 'JShrink/Minifier.php';
|
||||||
$out .= Minifier::minify($js, array('flaggedComments' => false));
|
$out .= Minifier::minify($js, array('flaggedComments' => false));
|
||||||
} else {
|
} else {
|
||||||
$out .= $js;
|
$out .= $js;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user