mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +01:00
remove hardcoded fadein
This commit is contained in:
@@ -154,8 +154,6 @@ define('forum/topic/posts', [
|
||||
|
||||
infinitescroll.removeExtra(components.get('post'), direction, 40);
|
||||
|
||||
html.hide().fadeIn('slow');
|
||||
|
||||
var pids = [];
|
||||
for(var i=0; i<data.posts.length; ++i) {
|
||||
pids.push(data.posts[i].pid);
|
||||
|
||||
Reference in New Issue
Block a user