mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-18 20:05:16 +00:00
Fixed issue on comments deletion.
This commit is contained in:
@ -211,7 +211,9 @@ ComunicWeb.components.comments.ui = {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
//Delete the comment node
|
||||
emptyElem(commentContener);
|
||||
commentContener.remove();
|
||||
});
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user