Index: trunk/extensions/DonationInterface/gateway_forms/rapidhtml/RapidHtmlResources.php |
— | — | @@ -67,7 +67,7 @@ |
68 | 68 | 'styles' => '', |
69 | 69 | 'scripts' => array( |
70 | 70 | 'js/webitects.js', |
71 | | - 'js/webitects.accordian.js', |
| 71 | + #'js/webitects.accordian.js', |
72 | 72 | ), |
73 | 73 | 'dependencies' => 'di.form.rapidhtml.webitects', |
74 | 74 | 'localBasePath' => dirname( __FILE__ ).'/../../globalcollect_gateway/forms', |
— | — | @@ -115,7 +115,7 @@ |
116 | 116 | // 'scripts' => 'js/webitects.bt.js', |
117 | 117 | 'dependencies' => array( |
118 | 118 | 'gc.form.rapidhtml.webitects.2nd', |
119 | | - 'gc.form.core.validate' |
| 119 | + #'gc.form.core.validate' |
120 | 120 | ), |
121 | 121 | 'localBasePath' => dirname( __FILE__ ).'/../../globalcollect_gateway/forms', |
122 | 122 | 'remoteExtPath' => $wgGlobalCollectRapidHtmlRemoteExtPath, |