r57709 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57708‎ | r57709 | r57710 >
Date:19:05, 14 October 2009
Author:werdna
Status:deferred
Tags:
Comment:
spacing fixes
Modified paths:
  • /trunk/extensions/LiquidThreads/lqt.js (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/lqt.js
@@ -422,7 +422,7 @@
423423 replies.before( loader );
424424
425425 var apiParams = { 'action' : 'query', 'list' : 'threads', 'thid' : threadId,
426 - 'format' : 'json', 'thrender' : '1', 'thprop' : 'id' };
 426+ 'format' : 'json', 'thrender' : '1', 'thprop' : 'id' };
427427
428428 $j.get( wgScriptPath+'/api.php', apiParams,
429429 function(data) {
@@ -468,8 +468,8 @@
469469
470470 // API request
471471 var apiParams = { 'action' : 'query', 'list' : 'threads', 'thid' : threadId,
472 - 'format' : 'json', 'thrender' : '1', 'thprop' : 'id',
473 - 'threnderstartrepliesat' : startAt };
 472+ 'format' : 'json', 'thrender' : '1', 'thprop' : 'id',
 473+ 'threnderstartrepliesat' : startAt };
474474
475475 $j.get( wgScriptPath+'/api.php', apiParams,
476476 function(data) {

Status & tagging log