Index: trunk/extensions/DonationInterface/payflowpro_gateway/validate_input.js |
— | — | @@ -61,12 +61,14 @@ |
62 | 62 | } |
63 | 63 | |
64 | 64 | // validate name |
| 65 | + /* |
65 | 66 | if (document.getElementById('fname').style.color == '#999999') { |
66 | 67 | output += payflowproGatewayErrorMsgJs + ' ' + window['payflowproGatewayErrorMsg' + msg['Fname']] + '.\r\n'; |
67 | 68 | } |
68 | 69 | if (document.getElementById('lname').style.color == '#999999') { |
69 | 70 | output += payflowproGatewayErrorMsgJs + ' ' + window['payflowproGatewayErrorMsg' + msg['Lname']] + '.\r\n'; |
70 | 71 | } |
| 72 | + */ |
71 | 73 | |
72 | 74 | // validate email address |
73 | 75 | var apos = document.payment.emailAdd.value.indexOf("@"); |