Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_1.html |
— | — | @@ -255,7 +255,7 @@ |
256 | 256 | if ( validate_form(document.paypalcontribution) ){ |
257 | 257 | // set expiration date |
258 | 258 | $("input[name=expiration]").val( |
259 | | - $("select[name=mos]").val() + $("select[name=year]").val().substring(2,4); |
| 259 | + $("select[name=mos]").val() + $("select[name=year]").val().substring(2,4) |
260 | 260 | ) |
261 | 261 | |
262 | 262 | document.paypalcontribution.action = "@action"; |