mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Fixed issue on comments deletion.
This commit is contained in:
parent
cdfbbc6c59
commit
d100d42c06
@ -211,7 +211,9 @@ ComunicWeb.components.comments.ui = {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
//Delete the comment node
|
||||
emptyElem(commentContener);
|
||||
commentContener.remove();
|
||||
});
|
||||
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user