removed params

This commit is contained in:
barisusakli
2016-03-24 22:22:27 +02:00
parent e1a8c520ba
commit 691802efad

View File

@@ -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;
});