Jdlrobson has uploaded a new change for review.

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


Change subject: Documentation: Link FIXME to bug
......................................................................

Documentation: Link FIXME to bug

A bug now exists so updating the FIXME

Change-Id: Ie6c112e1ac237d1aa9ebdf4cf1176045cec1cc43
---
M includes/skins/SkinMobile.php
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/includes/skins/SkinMobile.php b/includes/skins/SkinMobile.php
index 27ab4ef..6423579 100644
--- a/includes/skins/SkinMobile.php
+++ b/includes/skins/SkinMobile.php
@@ -237,7 +237,7 @@
                        $out->addModuleStyles( $device->moduleName() );
                }
 
-               // FIXME: EditPage.php adds an inline script that breaks 
editing without this - dirty hack
+               // FIXME: EditPage.php adds an inline script that breaks 
editing without this - dirty hack to get around bug 47296
                if ( in_array( 'mobile.action.edit', $out->getModules() ) ) {
                        $bottomScripts = Html::inlineScript(
                                'mw.loader.implement("mediawiki.action.edit", 
[],{},{});' .

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie6c112e1ac237d1aa9ebdf4cf1176045cec1cc43
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