X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/modifier.php?a=blobdiff_plain;f=includes%2FOutputPage.php;h=5d9006a731ed247ebf100b15e0172d72dc87895f;hb=68237fb1a74ba3c70f0960cfd33e9033874c07e4;hp=7c463b6f02aed2dd5c8f19256da0617c809cd8f3;hpb=33868f0e4667dbc7ad3dfd438436f943f9cb6d34;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 7c463b6f02..5d9006a731 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -2923,15 +2923,14 @@ class OutputPage extends ContextSource { $pieces = array_merge( $pieces, array_values( $this->getHeadLinksArray() ) ); $pieces = array_merge( $pieces, array_values( $this->mHeadItems ) ); - $min = ResourceLoader::inDebugMode() ? '' : '.min'; // Use an IE conditional comment to serve the script only to old IE $pieces[] = ''; $pieces[] = Html::closeElement( 'head' );