Jdlrobson has uploaded a new change for review.

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


Change subject: Regression: Add handshake javascript module
......................................................................

Regression: Add handshake javascript module

Change-Id: I8eed07cae9d32ab46610d447f7579c66beacc314
---
M includes/specials/SpecialLoginHandshake.php
1 file changed, 1 insertion(+), 0 deletions(-)


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

diff --git a/includes/specials/SpecialLoginHandshake.php 
b/includes/specials/SpecialLoginHandshake.php
index 71737af..e35204a 100644
--- a/includes/specials/SpecialLoginHandshake.php
+++ b/includes/specials/SpecialLoginHandshake.php
@@ -7,6 +7,7 @@
 
        public function execute( $par = '' ) {
                $this->setHeaders();
+               $output->addModules( 'mobile.loginhandshake.scripts' );
 
                $output = $this->getOutput();
                $output->setPageTitle( wfMessage( 
'mobile-frontend-handshake-title' )->escaped() );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8eed07cae9d32ab46610d447f7579c66beacc314
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <jrob...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to