Index: trunk/extensions/DonationInterface/donationinterface.php |
— | — | @@ -118,7 +118,7 @@ |
119 | 119 | |
120 | 120 | $wgResourceModules[ 'gc.form.core.validate' ] = array( |
121 | 121 | // scripts are not being picked up properly. These are currently only being loaded in TwoStepAmount.php |
122 | | - //'scripts' => array( 'js/validate.js', 'js/jquery.validate.js', 'js/jquery.validate.additional-methods.js', ), |
| 122 | + 'scripts' => array( 'js/validate.js', 'js/jquery.validate.js', 'js/jquery.validate.additional-methods.js', ), |
123 | 123 | 'dependencies' => array( 'ext.donationInterface.errorMessages' ), |
124 | 124 | 'localBasePath' => $donationinterface_dir . 'globalcollect_gateway/modules', |
125 | 125 | 'remoteExtPath' => 'DonationInterface/globalcollect_gateway/modules' |