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 11:
<script type="text/javascript">
$(document).ready(function() {
var paramsOut = parseParams(window.location.href); // create an object with the current querystring parameters
if (monthlyDonation == false) {
if (paramsOut['form-countryspecific'] != 'Form-countryspecific-monthly' || paramsOut['form-countryspecific'] != 'Form-countryspecific-recurring) {
// We're on a monthly page, hide the cancel text
$('#cancel-monthly').hide();