https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112198

Revision: 112198
Author:   jeroendedauw
Date:     2012-02-23 12:43:32 +0000 (Thu, 23 Feb 2012)
Log Message:
-----------
Follow up to r111132; up compat code as well

Modified Paths:
--------------
    trunk/extensions/LiveTranslate/includes/LiveTranslate_Functions.php

Modified: trunk/extensions/LiveTranslate/includes/LiveTranslate_Functions.php
===================================================================
--- trunk/extensions/LiveTranslate/includes/LiveTranslate_Functions.php 
2012-02-23 12:34:36 UTC (rev 112197)
+++ trunk/extensions/LiveTranslate/includes/LiveTranslate_Functions.php 
2012-02-23 12:43:32 UTC (rev 112198)
@@ -60,10 +60,11 @@
                        
                        $wgOut->addHeadItem(
                                'ext.livetranslate',
+                               Html::linkedScript( $egLiveTranslateScriptPath 
. '/includes/jquery.replaceText.js' ) .
                                Html::linkedScript( $egLiveTranslateScriptPath 
. '/includes/ext.livetranslate.js' ) .
                                Html::linkedScript( $egLiveTranslateScriptPath 
. '/includes/ext.lt.tm.js' ) .
-                               Html::linkedScript( $egLiveTranslateScriptPath 
. '/includes/jquery.replaceText.js' ) .
-                               Html::linkedScript( $egLiveTranslateScriptPath 
. '/includes/jquery.liveTranslate.js' )
+                               Html::linkedScript( $egLiveTranslateScriptPath 
. '/includes/jquery.liveTranslate.js' ) .
+                               Html::linkedScript( $egLiveTranslateScriptPath 
. '/includes/ext.lt.load.js' )
                        );
                        
                        switch( $GLOBALS['egLiveTranslateService'] ) {


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to