mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
removed params
This commit is contained in:
@@ -148,7 +148,7 @@ define('forum/topic/posts', [
|
||||
|
||||
app.parseAndTranslate('topic', 'posts', data, function(html) {
|
||||
|
||||
html = html.filter(function(index, el) {
|
||||
html = html.filter(function() {
|
||||
var pid = $(this).attr('data-pid');
|
||||
return pid && $('[component="post"][data-pid="' + pid + '"]').length === 0;
|
||||
});
|
||||
|
Reference in New Issue
Block a user