removed params

v1.18.x
barisusakli 9 years ago
parent e1a8c520ba
commit 691802efad

@ -148,7 +148,7 @@ define('forum/topic/posts', [
app.parseAndTranslate('topic', 'posts', data, function(html) { app.parseAndTranslate('topic', 'posts', data, function(html) {
html = html.filter(function(index, el) { html = html.filter(function() {
var pid = $(this).attr('data-pid'); var pid = $(this).attr('data-pid');
return pid && $('[component="post"][data-pid="' + pid + '"]').length === 0; return pid && $('[component="post"][data-pid="' + pid + '"]').length === 0;
}); });

Loading…
Cancel
Save