Template:Footer/Links/Default: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
Cbarr (talk | contribs)
No edit summary
Cbarr (talk | contribs)
No edit summary
Line 42: Line 42:
var paramsOut = parseParams(window.location.href); // create an object with the current querystring parameters
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') {
if (paramsOut['form-countryspecific'] == 'Form-countryspecific-monthly') {
// We're on a monthly page, fix up the onetime link and show that instead
// We're on a monthly page, fix up the onetime link and show that instead
paramsOut['form-countryspecific'] = 'Form-countryspecific-control';
paramsOut['form-countryspecific'] = 'Form-countryspecific-control';

Revision as of 05:30, 29 January 2012