r103245 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103244‎ | r103245 | r103246 >
Date:22:20, 15 November 2011
Author:kaldari
Status:ok
Tags:
Comment:
fixing missing parentheses
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
@@ -42,7 +42,7 @@
4343
4444 $( "#ccSubmitButton" ).click( function() {
4545 // Safety check for people who hit the back button on forms with amount radio buttons
46 - if ( $( "input[name='amountRadio']" ).length {
 46+ if ( $( "input[name='amountRadio']" ).length ) {
4747 checkedValue = $( "input[name='amountRadio']:checked" ).val();
4848 currentAmount = $( 'input[name="amount"]' ).val();
4949 // The currenctAmount could be set to empty string or '0.00'

Follow-up revisions

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

Status & tagging log