r100937 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r100936
|
r100937
|
r100938
>
Date:
02:35, 27 October 2011
Author:
awjrichards
Status:
ok
Tags:
fundraising
Comment:
Followup
r99568
; removed ->loadvalidateJs() - was misspelled and that JS gets loaded by the parent class anyways
Modified paths:
/trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnLetter3.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnLetter3.php
—
—
@@ -8,7 +8,6 @@
9
9
if ( !strlen( $this->getStylePath() ) ) {
10
10
$this->setStylePath( $wgExtensionAssetsPath . '/DonationInterface/gateway_forms/css/TwoStepTwoColumnLetter3.css' );
11
11
}
12
- $this->loadvalidateJs();
13
12
parent::__construct( $gateway, $form_errors );
14
13
}
15
14
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r99568
This time /really/ made TwoStepTwoColumn3 form RL friendly, fixed field names...
awjrichards
21:06, 11 October 2011
Status & tagging log
02:55, 27 October 2011
Jpostlethwaite
(
talk
|
contribs
)
changed the
tags
for r100937
[
added:
fundraising]
02:40, 27 October 2011
Kaldari
(
talk
|
contribs
)
changed the
status
of r100937
[
removed:
new
added:
ok]