r103059 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103058‎ | r103059 | r103060 >
Date:22:49, 14 November 2011
Author:awjrichards
Status:deferred
Tags:
Comment:
Modified paths:
  • /branches/fundraising/deployment/payments_1.17/extensions/DonationInterface (modified) (history)
  • /branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/js/webitects2nd-US.js (modified) (history)
  • /branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/js/webitects2nd.js (modified) (history)

Diff [purge]

Index: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/js/webitects2nd.js
@@ -93,7 +93,9 @@
9494 } );
9595
9696 $( "#step1header" ).click( function() {
 97+ // show the correct sections
9798 $( "#step1wrapper" ).slideDown();
 99+ $( "#step3wrapper" ).slideUp();
98100 $( "#change-amount" ).hide();
99101 } );
100102
Index: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/js/webitects2nd-US.js
@@ -93,7 +93,9 @@
9494 } );
9595
9696 $( "#step1header" ).click( function() {
 97+ // show the correct sections
9798 $( "#step1wrapper" ).slideDown();
 99+ $( "#step3wrapper" ).slideUp();
98100 $( "#change-amount" ).hide();
99101 } );
100102
Property changes on: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface
___________________________________________________________________
Modified: svn:mergeinfo
101103 Merged /trunk/extensions/DonationInterface:r103058

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r103058slide up iframe section when clicking on 1st headerkaldari22:47, 14 November 2011

Status & tagging log