Template:2012FR/Form-section/Privacy/Default: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 13:
$(document).ready(function() {
var paramsOut = parseParams(window.location.href); // create an object with the current querystring parameters
if (paramsOut['form-countryspecific'] == 'Form-countryspecific-monthly' || paramsOut['form-countryspecific'] == 'Form-countryspecific-recurring' || showMonthlyCancel) {
// We're on a monthly page, show the cancel text
$('#cancel-monthly').show();
|