https://bugzilla.wikimedia.org/show_bug.cgi?id=62956
Bug ID: 62956
Summary: Use mediawiki.Api
Product: MediaWiki extensions
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: Translate
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected],
[email protected], [email protected]
Web browser: ---
Mobile Platform: ---
There are multiple instances of the following:
$.post( mw.util.wikiScript( 'api' ), params, successFunction );
Which can be replaced with the following for consistency:
new mw.Api().post( params ).done( successFunction );
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l