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

Change subject: Enable CentralNotice on Stable Mobile Site
......................................................................


Enable CentralNotice on Stable Mobile Site

The beta phase seems to have been fairly successful. Let's do
more of the same just one the stable site!

Change-Id: I7214b088bc53853d92a0179026bf0676cccf8bae
---
M CentralNotice.php
1 file changed, 1 insertion(+), 3 deletions(-)

Approvals:
  Jdlrobson: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/CentralNotice.php b/CentralNotice.php
index b157a62..e92924f 100644
--- a/CentralNotice.php
+++ b/CentralNotice.php
@@ -163,9 +163,7 @@
                'ext.centralNotice.bannerController.mobiledevice',
                'ext.centralNotice.bannerController.mobile',
        );
-       if ( $mode !== 'stable' ) {
-               $out->addModules( $names );
-       }
+       $out->addModules( $names );
        return true;
 }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7214b088bc53853d92a0179026bf0676cccf8bae
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralNotice
Gerrit-Branch: master
Gerrit-Owner: Mwalker <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to