Jdlrobson has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/363741 )

Change subject: Only message box styles should be loaded on editor
......................................................................

Only message box styles should be loaded on editor

Bug: T164892
Change-Id: Ic0562f306f657ec9ba234d08c2a1026d1f3ca7f6
(cherry picked from commit b53e2a2c2fd4de9da0926171999e1760e8192bec)
---
M includes/MobileFrontend.hooks.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/41/363741/1

diff --git a/includes/MobileFrontend.hooks.php 
b/includes/MobileFrontend.hooks.php
index 495d866..ffb3fa9 100644
--- a/includes/MobileFrontend.hooks.php
+++ b/includes/MobileFrontend.hooks.php
@@ -772,7 +772,7 @@
                        $requestAction = $out->getRequest()->getVal( 'action' );
                        if ( $noJsEditing && ( $requestAction === 'edit' || 
$requestAction === 'submit' ) ) {
                                $out->addModuleStyles( [
-                                       'mobile.messageBox'
+                                       'mobile.messageBox.styles'
                                ] );
                        }
                }

-- 
To view, visit https://gerrit.wikimedia.org/r/363741
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic0562f306f657ec9ba234d08c2a1026d1f3ca7f6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: wmf/1.30.0-wmf.7
Gerrit-Owner: Jdlrobson <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to