Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/js/webitects2nd.js |
— | — | @@ -93,7 +93,9 @@ |
94 | 94 | } ); |
95 | 95 | |
96 | 96 | $( "#step1header" ).click( function() { |
| 97 | + // show the correct sections |
97 | 98 | $( "#step1wrapper" ).slideDown(); |
| 99 | + $( "#step3wrapper" ).slideUp(); |
98 | 100 | $( "#change-amount" ).hide(); |
99 | 101 | } ); |
100 | 102 | |
Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/js/webitects2nd-US.js |
— | — | @@ -93,7 +93,9 @@ |
94 | 94 | } ); |
95 | 95 | |
96 | 96 | $( "#step1header" ).click( function() { |
| 97 | + // show the correct sections |
97 | 98 | $( "#step1wrapper" ).slideDown(); |
| 99 | + $( "#step3wrapper" ).slideUp(); |
98 | 100 | $( "#change-amount" ).hide(); |
99 | 101 | } ); |
100 | 102 | |