mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 04:21:17 +01:00
move out update, should work even if post isnt in dom
This commit is contained in:
@@ -120,8 +120,8 @@ define('forum/topic/events', ['forum/topic/browsing', 'forum/topic/postTools', '
|
||||
function onPostPurged(pid) {
|
||||
$('#post-container li[data-pid="' + pid + '"]').fadeOut(500, function() {
|
||||
$(this).remove();
|
||||
postTools.updatePostCount();
|
||||
});
|
||||
postTools.updatePostCount();
|
||||
}
|
||||
|
||||
function togglePostDeleteState(data) {
|
||||
|
||||
Reference in New Issue
Block a user