Kaldari has uploaded a new change for review.
https://gerrit.wikimedia.org/r/77355
Change subject: Fixing incorrect API param in M.history.retrievePage()
......................................................................
Fixing incorrect API param in M.history.retrievePage()
Change-Id: I24ab1df5ce7d3e20a9d9269d4264c7f5eb2cbeaf
---
M javascripts/common/history.js
1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend
refs/changes/55/77355/1
diff --git a/javascripts/common/history.js b/javascripts/common/history.js
index 1f7fe14..3224561 100644
--- a/javascripts/common/history.js
+++ b/javascripts/common/history.js
@@ -52,7 +52,9 @@
action: 'mobileview',
page: pageTitle,
variant: mw.config.get( 'wgPreferredVariant' ),
- redirects: 'yes', prop: 'sections|text',
noheadings: 'yes',
+ redirect: 'yes',
+ prop: 'sections|text',
+ noheadings: 'yes',
noimages: mw.config.get( 'wgImagesDisabled',
false ) ? 1 : undefined,
sectionprop: 'level|line|anchor', sections:
leadOnly ? 0 : 'all'
}, options ).then( function( r ) {
--
To view, visit https://gerrit.wikimedia.org/r/77355
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I24ab1df5ce7d3e20a9d9269d4264c7f5eb2cbeaf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Kaldari <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits