Index: trunk/extensions/LiquidThreads/lqt.js |
— | — | @@ -422,7 +422,7 @@ |
423 | 423 | replies.before( loader ); |
424 | 424 | |
425 | 425 | var apiParams = { 'action' : 'query', 'list' : 'threads', 'thid' : threadId, |
426 | | - 'format' : 'json', 'thrender' : '1', 'thprop' : 'id' }; |
| 426 | + 'format' : 'json', 'thrender' : '1', 'thprop' : 'id' }; |
427 | 427 | |
428 | 428 | $j.get( wgScriptPath+'/api.php', apiParams, |
429 | 429 | function(data) { |
— | — | @@ -468,8 +468,8 @@ |
469 | 469 | |
470 | 470 | // API request |
471 | 471 | 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 }; |
474 | 474 | |
475 | 475 | $j.get( wgScriptPath+'/api.php', apiParams, |
476 | 476 | function(data) { |