Index: trunk/extensions/DonationInterface/donationinterface.php |
— | — | @@ -119,9 +119,10 @@ |
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 | 122 | 'scripts' => array( 'js/validate.js', 'js/jquery.validate.js', 'js/jquery.validate.additional-methods.js', ), |
123 | | - 'dependencies' => array( 'ext.donationInterface.errorMessages' ), |
| 123 | + 'dependencies' => array( 'ext.donationInterface.errorMessages', 'jquery.ui.accordion', ), |
124 | 124 | 'localBasePath' => $donationinterface_dir . 'globalcollect_gateway/modules', |
125 | | - 'remoteExtPath' => 'DonationInterface/globalcollect_gateway/modules' |
| 125 | + 'remoteExtPath' => 'DonationInterface/globalcollect_gateway/modules', |
| 126 | + 'styles' => 'css/style.css', |
126 | 127 | ); |
127 | 128 | |
128 | 129 | } |