Index: trunk/extensions/LiveTranslate/includes/LiveTranslate_Functions.php |
— | — | @@ -60,10 +60,11 @@ |
61 | 61 | |
62 | 62 | $wgOut->addHeadItem( |
63 | 63 | 'ext.livetranslate', |
| 64 | + Html::linkedScript( $egLiveTranslateScriptPath . '/includes/jquery.replaceText.js' ) . |
64 | 65 | Html::linkedScript( $egLiveTranslateScriptPath . '/includes/ext.livetranslate.js' ) . |
65 | 66 | Html::linkedScript( $egLiveTranslateScriptPath . '/includes/ext.lt.tm.js' ) . |
66 | | - Html::linkedScript( $egLiveTranslateScriptPath . '/includes/jquery.replaceText.js' ) . |
67 | | - Html::linkedScript( $egLiveTranslateScriptPath . '/includes/jquery.liveTranslate.js' ) |
| 67 | + Html::linkedScript( $egLiveTranslateScriptPath . '/includes/jquery.liveTranslate.js' ) . |
| 68 | + Html::linkedScript( $egLiveTranslateScriptPath . '/includes/ext.lt.load.js' ) |
68 | 69 | ); |
69 | 70 | |
70 | 71 | switch( $GLOBALS['egLiveTranslateService'] ) { |