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

Change subject: Dont add ext.newsletter module to manage page
......................................................................


Dont add ext.newsletter module to manage page

This JS should only be loaded for the checkboxes
on the Newsletters page

Change-Id: I2fed0661474f0a17e36cbd01f4b3233967a35605
---
M includes/specials/SpecialNewsletterManage.php
1 file changed, 0 insertions(+), 1 deletion(-)

Approvals:
  01tonythomas: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/specials/SpecialNewsletterManage.php 
b/includes/specials/SpecialNewsletterManage.php
index 2a308b0..b6aa842 100644
--- a/includes/specials/SpecialNewsletterManage.php
+++ b/includes/specials/SpecialNewsletterManage.php
@@ -15,7 +15,6 @@
        public function execute( $par ) {
                $this->setHeaders();
                $output = $this->getOutput();
-               $output->addModules( 'ext.newsletter' );
                $output->addModules( 'ext.newslettermanage' );
                $output->setSubtitle( LinksGenerator::getSubtitleLinks() );
                $this->requireLogin();

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2fed0661474f0a17e36cbd01f4b3233967a35605
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/Newsletter
Gerrit-Branch: master
Gerrit-Owner: Addshore <[email protected]>
Gerrit-Reviewer: 01tonythomas <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to