MaxSem has submitted this change and it was merged.

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(-)

Approvals:
  awjrichards: Verified; Looks good to me, approved



diff --git a/includes/specials/SpecialLoginHandshake.php 
b/includes/specials/SpecialLoginHandshake.php
index 71737af..ae54cfc 100644
--- a/includes/specials/SpecialLoginHandshake.php
+++ b/includes/specials/SpecialLoginHandshake.php
@@ -9,6 +9,7 @@
                $this->setHeaders();
 
                $output = $this->getOutput();
+               $output->addModules( 'mobile.loginhandshake.scripts' );
                $output->setPageTitle( wfMessage( 
'mobile-frontend-handshake-title' )->escaped() );
 
                $html = Html::element(

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8eed07cae9d32ab46610d447f7579c66beacc314
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: MaxSem <[email protected]>
Gerrit-Reviewer: awjrichards <[email protected]>

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

Reply via email to