MediaWiki:Resources/landingpage.js: Difference between revisions

Content deleted Content added
No edit summary
rm until I can be certain it's working
Line 130:
$("#input_amount_other_box").val( otherVal );
});
 
 
$(document).ready(function(){
// Change "returnto" field to use LandingCheck. Doing it in JS to try and avoid query string mungling
var returnToUrl = 'https://wikimediafoundation.org/wiki/Special:LandingCheck?';
returnToUrl += $.param({
landing_page: 'Thank_You',
basic: 'true',
language: getQuerystring('uselang')
});
document.paypalcontribution.returnto.value = returnToUrl;
});
</script>