Jdlrobson has uploaded a new change for review.

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


Change subject: Bug 47598 Make Special:Nearby work on desktop
......................................................................

Bug 47598 Make Special:Nearby work on desktop

Why not :)

Bug: 47598
Change-Id: I3f0af4e2263ce20a4d206da83ce74fc224f6f8eb
---
M MobileFrontend.php
M includes/skins/SkinMobile.php
2 files changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/MobileFrontend.php b/MobileFrontend.php
index b75d137..7c83cb5 100644
--- a/MobileFrontend.php
+++ b/MobileFrontend.php
@@ -437,7 +437,6 @@
                'mobile.stable.universal',
                'mediawiki.util',
                'mobile.stable.styles',
-               'mobile.site',
        ),
        'scripts' => array(
                'javascripts/modules/mf-cleanuptemplates.js',
diff --git a/includes/skins/SkinMobile.php b/includes/skins/SkinMobile.php
index dd7d8ef..546a223 100644
--- a/includes/skins/SkinMobile.php
+++ b/includes/skins/SkinMobile.php
@@ -262,6 +262,7 @@
                $out = $this->getOutput();
                $title = $this->getTitle();
 
+               $out->addModules( 'mobile.site' );
                $out->addModules( 'mobile.stable' );
                $mode = 'stable';
                if ( $inBeta ) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3f0af4e2263ce20a4d206da83ce74fc224f6f8eb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
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