r103247 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103246‎ | r103247 | r103248 >
Date:22:31, 15 November 2011
Author:kaldari
Status:ok
Tags:
Comment:
set expiration date
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/forms/js/TwoStepTwoColumnLetter3.js (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/js/TwoStepTwoColumnLetter3.js
@@ -41,6 +41,10 @@
4242 }
4343
4444 $( "#ccSubmitButton" ).click( function() {
 45+ // Set expiration date
 46+ $( "input[name='expiration']" ).val(
 47+ $( "select[name='mos']" ).val() + $( "select[name='year']" ).val().substring( 2, 4 )
 48+ )
4549 // Safety check for people who hit the back button on forms with amount radio buttons
4650 if ( $( "input[name='amountRadio']" ).length ) {
4751 checkedValue = $( "input[name='amountRadio']:checked" ).val();

Follow-up revisions

RevisionCommit summaryAuthorDate
r103263MFT r103080, r103130, r103219, r103223, r103229, r103235, r103237, r103238, r...awjrichards23:43, 15 November 2011

Status & tagging log