r112198 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112197‎ | r112198 | r112199 >
Date:12:43, 23 February 2012
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r111132; up compat code as well
Modified paths:
  • /trunk/extensions/LiveTranslate/includes/LiveTranslate_Functions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiveTranslate/includes/LiveTranslate_Functions.php
@@ -60,10 +60,11 @@
6161
6262 $wgOut->addHeadItem(
6363 'ext.livetranslate',
 64+ Html::linkedScript( $egLiveTranslateScriptPath . '/includes/jquery.replaceText.js' ) .
6465 Html::linkedScript( $egLiveTranslateScriptPath . '/includes/ext.livetranslate.js' ) .
6566 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' )
6869 );
6970
7071 switch( $GLOBALS['egLiveTranslateService'] ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111132fixed dependency issue and some js tweaksjeroendedauw00:36, 10 February 2012

Status & tagging log