mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +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);
|
||||
}
|
||||
|
||||
set_up_posts(uniqueid);
|
||||
tempContainer.replaceWith(tempContainer.contents());
|
||||
infiniteLoaderActive = false;
|
||||
|
||||
set_up_posts(uniqueid);
|
||||
|
||||
addCommasToNumbers();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user