Index: trunk/extensions/Translate/TranslateEditAddons.php |
— | — | @@ -252,8 +252,7 @@ |
253 | 253 | $th->setTranslation( $object->textbox1 ); |
254 | 254 | } |
255 | 255 | |
256 | | - TranslateUtils::injectCSS(); |
257 | | - $wgOut->includeJQuery(); |
| 256 | + TranslationHelpers::addModules( $wgOut ); |
258 | 257 | |
259 | 258 | return $th->getBoxes(); |
260 | 259 | } |