X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FOutputPage.php;h=5d9006a731ed247ebf100b15e0172d72dc87895f;hb=f58546ef6e55342ff2d54bdf9e421102aed7aa76;hp=7c463b6f02aed2dd5c8f19256da0617c809cd8f3;hpb=3b4c53b79540e1ab4519cb7781d3da6cdf8af7b7;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' );