r91867 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r91866
|
r91867
|
r91868
>
Date:
09:17, 11 July 2011
Author:
diebuche
Status:
ok
Tags:
Comment:
Followup
r91750
oncemore: action.edit.js depends on byteLimit, which is not loaded when going manually through $.getScript()
Modified paths:
/trunk/extensions/LiquidThreads/lqt.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/LiquidThreads/lqt.js
—
—
@@ -220,8 +220,7 @@
221
221
222
222
mwEditButtons = [];
223
223
224
- //Shouldn't this use RL?
225
- $j.getScript( wgScriptPath + '/resources/mediawiki.action/mediawiki.action.edit.js',
224
+ mediaWiki.loader.using( ['mediawiki.action.edit.js'],
226
225
function() {
227
226
if ( isIE7 ) {
228
227
$j(container).empty().show();
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r91750
r86603
: Updatin last call to mediawiki.legacy.edit and removing the module
diebuche
19:01, 8 July 2011
Status & tagging log
20:22, 26 July 2011
😂
(
talk
|
contribs
)
changed the
status
of r91867
[
removed:
new
added:
ok]