Template:2011FR/Form-section-links: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 44:
if (paramsOut['form-countryspecific'] == 'Form-countryspecific-monthly') {
// We're on a monthly page, fix up the onetime link and show that instead
paramsOut['form-countryspecific'] = 'Form-countryspecific-defaultcontrol';
document.getElementById('onetime-link').href = baseURL + $.param(paramsOut);
$('#monthly-link').hide();