From: Bartosz DziewoƄski Date: Thu, 1 Jun 2017 15:00:18 +0000 (+0200) Subject: OutputPage: Do not try to load non-existent 'oojs-ui.styles.icons' module X-Git-Tag: 1.31.0-rc.0~3079 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/supprimer.php?a=commitdiff_plain;h=18d8f2aa9998f516bc48ec20663c8fe56e051cd3;p=lhc%2Fweb%2Fwiklou.git OutputPage: Do not try to load non-existent 'oojs-ui.styles.icons' module Follow-up to 0f2795d5bacda8d573dc1478fb2ea9d8f2ac4432. Change-Id: I461fb179a494e00a14116361700020da577db494 --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index e22f42ce21..fe0f0b6356 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -3976,7 +3976,6 @@ class OutputPage extends ContextSource { ); $this->addModuleStyles( [ 'oojs-ui-core.styles', - 'oojs-ui.styles.icons', 'oojs-ui.styles.indicators', 'oojs-ui.styles.textures', 'mediawiki.widgets.styles',