Template:2012FR/Form-section/Privacy/Recurring: Difference between revisions

Content deleted Content added
Cbarr (talk | contribs)
No edit summary
Cbarr (talk | contribs)
No edit summary
Line 3:
#cancel-monthly{
padding-top: 1em;
display: none;
}
</style>
Line 12 ⟶ 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') {
// We're noton a monthly page, hideshow the cancel text
$('#cancel-monthly').hideshow();
}
});