jenkins-bot has submitted this change and it was merged.

Change subject: Emergency fix to adapt MobileFrontend for core changes
......................................................................


Emergency fix to adapt MobileFrontend for core changes

Otherwise if latest core gets deployed before MF mobile users will see TOC

Change-Id: I2ecafce9a1389c0002c9fc14b4acc42d0e0e55ea
---
M wmf-config/InitialiseSettings.php
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  MaxSem: Looks good to me, approved
  Jdlrobson: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 0a8dc0d..5bd88d0 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -11000,7 +11000,9 @@
 ),
 
 'wmgMFRemovableClasses' => array(
-       'default' => array( 'table.metadata',
+       'default' => array(
+               '.toc', // @todo: remove this once latest MobileFrontend is live
+               'table.metadata',
                '.metadata mbox-small',
                '.metadata plainlinks ambox ambox-content',
                '.metadata plainlinks ambox ambox-move',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2ecafce9a1389c0002c9fc14b4acc42d0e0e55ea
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: MaxSem <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: MaxSem <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to