From c1756a10885104d69ceeaaeecdbad5c2bf8268c7 Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Tue, 20 Jun 2017 14:28:35 -0700 Subject: [PATCH] Load mediawiki.action.edit.styles on mobile Hopefully uncontroversial. Mobile non-js editing is currently feature flagged by $wgMFAllowNonJavaScriptEditing so this shouldn't have any impact on production but will ensure the editor gets styled consistently with future changes here. Change-Id: If8994370e9ec7fc424ce7cb22df922d029cfc035 --- resources/Resources.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/Resources.php b/resources/Resources.php index cc524383d9..91d469bbee 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -1421,6 +1421,7 @@ return [ ], ], 'mediawiki.action.edit.styles' => [ + 'targets' => [ 'desktop', 'mobile' ], 'styles' => 'resources/src/mediawiki.action/mediawiki.action.edit.styles.css', ], 'mediawiki.action.edit.collapsibleFooter' => [ -- 2.20.1