r91829 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91828‎ | r91829 | r91830 >
Date:12:52, 10 July 2011
Author:diebuche
Status:reverted (Comments)
Tags:
Comment:
Followup r91750 : Fix LQT call to module. Bug 29795
Modified paths:
  • /trunk/extensions/LiquidThreads/lqt.js (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/lqt.js
@@ -220,7 +220,8 @@
221221
222222 mwEditButtons = [];
223223
224 - $j.getScript( stylepath+'/common/edit.js',
 224+ //Shouldn't this use RL?
 225+ $j.getScript( wgScriptPath + '/resources/mediawiki.action/mediawiki.action.edit.js',
225226 function() {
226227 if ( isIE7 ) {
227228 $j(container).empty().show();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r91750r86603 : Updatin last call to mediawiki.legacy.edit and removing the modulediebuche19:01, 8 July 2011

Comments

#Comment by Nikerabbit (talk | contribs)   17:05, 10 July 2011

Nope still not working :( This blocks code updates on translatewiki.net until fixed or reverted.

Status & tagging log