Jdlrobson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/213987

Change subject: Hygiene: Simplify the module you add to the page
......................................................................

Hygiene: Simplify the module you add to the page

All the other modules are dependencies of this one.

Change-Id: Idb843fa00da76ed36f68a380fbe9e90a7cd7bb6b
---
M CentralNotice.hooks.php
1 file changed, 0 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralNotice 
refs/changes/87/213987/1

diff --git a/CentralNotice.hooks.php b/CentralNotice.hooks.php
index 240da9e..e6e7fed 100644
--- a/CentralNotice.hooks.php
+++ b/CentralNotice.hooks.php
@@ -442,10 +442,7 @@
  */
 function onSkinMinervaDefaultModules( Skin $skin, array &$modules ) {
        $modules[ 'centralnotice' ] = array(
-               'ext.centralNotice.bannerController.mobiledevice',
                'ext.centralNotice.bannerController.mobile',
-               'ext.centralNotice.bannerController.lib',
-               'ext.centralNotice.bannerChoiceData',
        );
 
        return true;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idb843fa00da76ed36f68a380fbe9e90a7cd7bb6b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralNotice
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>

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

Reply via email to