From 2ab8f59f4746890ffa87fca6f02e2ef90a64a3d6 Mon Sep 17 00:00:00 2001 From: Morne Alberts Date: Wed, 1 Jul 2026 10:08:22 +0200 Subject: [PATCH] Remove comment from addModulesToOutput --- src/UploadButtonRenderer.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/UploadButtonRenderer.php b/src/UploadButtonRenderer.php index d36ed41..8900725 100644 --- a/src/UploadButtonRenderer.php +++ b/src/UploadButtonRenderer.php @@ -111,8 +111,6 @@ protected function getHtml( ParameterProvider $paramProvider ) { * @param \ParserOutput | \OutputPage $output */ protected function addModulesToOutput( $output ) { - // addModules() also loads the modules' CSS (jquery-file-upload comes in as a - // dependency); they are general modules and must not go through addModuleStyles(). $output->addModules( [ 'ext.SimpleBatchUpload' ] ); }