diff --git a/frontend/js/commento.js b/frontend/js/commento.js index 7aaf067..2745f16 100644 --- a/frontend/js/commento.js +++ b/frontend/js/commento.js @@ -1041,6 +1041,10 @@ global.commentDelete = function(commentHex) { + if (!confirm("Are you sure you want to delete this comment?")) { + return; + } + var json = { "commenterToken": commenterTokenGet(), "commentHex": commentHex,