Index: trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnLetter3.php |
— | — | @@ -8,18 +8,8 @@ |
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 | | - |
16 | | - /** |
17 | | - * Load resources required by this form |
18 | | - * |
19 | | - * @see parent::loadResources() |
20 | | - */ |
21 | | - public function loadResources() { |
22 | | - $this->loadValidateJs(); |
23 | | - } |
24 | 14 | |
25 | 15 | public function loadPlaceholders() { |
26 | 16 | global $wgOut; |