mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-05 20:11:26 +01: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