mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 22:15:48 +01:00
hotfixing issue with set_up_posts function in new post event
This commit is contained in:
@@ -330,11 +330,10 @@
|
|||||||
socket.emit('api:post.privileges', data.posts[x].pid);
|
socket.emit('api:post.privileges', data.posts[x].pid);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
set_up_posts(uniqueid);
|
||||||
tempContainer.replaceWith(tempContainer.contents());
|
tempContainer.replaceWith(tempContainer.contents());
|
||||||
infiniteLoaderActive = false;
|
infiniteLoaderActive = false;
|
||||||
|
|
||||||
set_up_posts(uniqueid);
|
|
||||||
|
|
||||||
addCommasToNumbers();
|
addCommasToNumbers();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user