r103058 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103057‎ | r103058 | r103059 >
Date:22:47, 14 November 2011
Author:kaldari
Status:ok
Tags:
Comment:
slide up iframe section when clicking on 1st header
Modified paths:
  • /trunk/extensions/DonationInterface/globalcollect_gateway/forms/js/webitects2nd-US.js (modified) (history)
  • /trunk/extensions/DonationInterface/globalcollect_gateway/forms/js/webitects2nd.js (modified) (history)

Diff [purge]

Index: trunk/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: trunk/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

Follow-up revisions

RevisionCommit summaryAuthorDate
r103059MFT r103058awjrichards22:49, 14 November 2011

Status & tagging log