Template:2012FR/Form-section/Privacy/Recurring: Difference between revisions
Content deleted Content added
No edit summary |
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']
// We're
$('#cancel-monthly').
}
});
|