mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-15 00:10:51 +02:00
fix component name
This commit is contained in:
@@ -152,7 +152,7 @@ define('forum/topic/posts', [
|
||||
components.get('topic').append(html);
|
||||
}
|
||||
|
||||
infinitescroll.removeExtra(components.get('posts'), direction, 40);
|
||||
infinitescroll.removeExtra(components.get('post'), direction, 40);
|
||||
|
||||
html.hide().fadeIn('slow');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user