r100952 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100951‎ | r100952 | r100953 >
Date:07:03, 27 October 2011
Author:jpostlethwaite
Status:ok
Tags:fundraising 
Comment:
Fixed punctuation in comments.
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/validate_input.js (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/validate_input.js
@@ -154,7 +154,7 @@
155155
156156 window.submit_form = function( ccform ) {
157157 if ( validate_form( ccform )) {
158 - // weird hack!!!!!! for some reasondoing just ccform.submit() throws an error....
 158+ // weird hack!!!!!! for some reason doing just ccform.submit() throws an error....
159159 $j(ccform).submit();
160160 }
161161 return true;

Status & tagging log