r97204 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97203‎ | r97204 | r97205 >
Date:20:58, 15 September 2011
Author:pgehres
Status:ok
Tags:
Comment:
Removing extraneous semicolon
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_1.html (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_1.html
@@ -255,7 +255,7 @@
256256 if ( validate_form(document.paypalcontribution) ){
257257 // set expiration date
258258 $("input[name=expiration]").val(
259 - $("select[name=mos]").val() + $("select[name=year]").val().substring(2,4);
 259+ $("select[name=mos]").val() + $("select[name=year]").val().substring(2,4)
260260 )
261261
262262 document.paypalcontribution.action = "@action";

Status & tagging log