Content deleted Content added
m JJPMaster moved page User:JJPMaster/quickredirect.js to User:JJPMaster/Scripts/quickredirect.js: cleaning up my userspace |
to redirect to the redirect |
||
Line 17:
api.postWithToken( 'csrf', params ).done( function ( data ) {
console.log( data );
window.___location.href = mw.util.getUrl(mw.config.get("wgPageName"), { redirect: 'no' });
} );
}
|