Index: branches/wmf/1.16wmf4/extensions/LiquidThreads_alpha/lqt.js |
— | — | @@ -549,7 +549,7 @@ |
550 | 550 | $j.get( wgScriptPath+'/api.php', apiReq, |
551 | 551 | function(data) { |
552 | 552 | // Load data from JSON |
553 | | - var html = data.query.threads[0].content; |
| 553 | + var html = data.query.threads[threadId].content; |
554 | 554 | var newContent = $j(html); |
555 | 555 | |
556 | 556 | // Clear old post and header. |
Property changes on: branches/wmf/1.16wmf4/extensions/LiquidThreads_alpha |
___________________________________________________________________ |
Name: svn:mergeinfo |
557 | 557 | - /branches/wmf-deployment/extensions/LiquidThreads_alpha:60970 |
/trunk/extensions/LiquidThreads:57390,63727-68791 |
558 | 558 | + /branches/wmf-deployment/extensions/LiquidThreads_alpha:60970 |
/trunk/extensions/LiquidThreads:57390,63727-68804 |