User:JJPMaster/Scripts/SuppressRedirect.js: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 54:
api.postWithToken( 'csrf', params ).done( function ( data ) {
console.log( data );
window.___location.href = document.getElementById("toMoveTitle").value;
} );
});