Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/js/globalcollect_test_2.js |
— | — | @@ -22,7 +22,7 @@ |
23 | 23 | }); |
24 | 24 | }); |
25 | 25 | |
26 | | -function formCheck( ccform ) { |
| 26 | +window.formCheck = function( ccform ) { |
27 | 27 | var msg = [ 'EmailAdd', 'Fname', 'Lname', 'Street', 'City', 'Zip' ]; |
28 | 28 | |
29 | 29 | var fields = ["emailAdd","fname","lname","street","city","zip" ], |