diff --git a/WebKit/scripts/helper/Core.js b/WebKit/scripts/helper/Core.js index 6d987ab..f0f93a3 100644 --- a/WebKit/scripts/helper/Core.js +++ b/WebKit/scripts/helper/Core.js @@ -901,7 +901,7 @@ function(jQuery, Paths, URI, HostApp, Cache) { } Core.prototype.postDeleted = function(post_id, entity) { - var li = document.getElementById("post-" + post_id); + var li = document.getElementById("post-" + post_id + "-" + this.action); if (li) { if (li.parentNode == this.body) { this.body.removeChild(li);