mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +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);
|
infinitescroll.removeExtra(components.get('post'), direction, 40);
|
||||||
|
|
||||||
html.hide().fadeIn('slow');
|
|
||||||
|
|
||||||
var pids = [];
|
var pids = [];
|
||||||
for(var i=0; i<data.posts.length; ++i) {
|
for(var i=0; i<data.posts.length; ++i) {
|
||||||
pids.push(data.posts[i].pid);
|
pids.push(data.posts[i].pid);
|
||||||
|
|||||||
Reference in New Issue
Block a user