r103972 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103971‎ | r103972 | r103973 >
Date:22:52, 22 November 2011
Author:pgehres
Status:ok
Tags:
Comment:
Removing calls to now-unused functions FU r103960
Modified paths:
  • /trunk/extensions/DonationInterface/globalcollect_gateway/forms/js/gc.js (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/js/gc.js
@@ -64,14 +64,12 @@
6565 if ( typeof data.error !== 'undefined' ) {
6666 alert( mw.msg( 'donate_interface-error-msg-general' ) );
6767 $( "#paymentContinue" ).show(); // Show continue button in 2nd section
68 - showStep2();
6968 } else if ( typeof data.result !== 'undefined' ) {
7069 if ( data.result.errors ) {
7170 var errors = new Array();
7271 $.each( data.result.errors, function( index, value ) {
7372 alert( value ); // Show them the error
7473 $( "#paymentContinue" ).show(); // Show continue button in 2nd section
75 - showStep2(); // Switch back to 2nd section of form
7674 } );
7775 } else {
7876 if ( data.result.formaction ) {
@@ -80,7 +78,6 @@
8179 $( '#payment' ).append(
8280 '<iframe src="'+data.result.formaction+'" width="318" height="314" frameborder="0"></iframe>'
8381 );
84 -
8582 }
8683 }
8784 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r103986MFT r103871, r103960, r103963, r103972, r103983khorn00:08, 23 November 2011
r103987MFT r103871, r103960, r103963, r103972, r103983khorn00:09, 23 November 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r103960Adding new GC credit card formpgehres21:40, 22 November 2011

Status & tagging log