MediaWiki:Gadget-libSensitiveIPs.js: Difference between revisions

Content deleted Content added
make both the error codes the same
 
(One intermediate revision by the same user not shown)
Line 26:
*
* mw.loader.using( [ 'ext.gadget.libSensitiveIPs' ], function () {
* mw.libs.sensitiveIPs.query( {
* test: [ '1.2.3.4', '5.6.7.8' ]
* } ).then( function ( result ) {
* // Do something with the result
* } );