diff --git a/htdocs/comments.php b/htdocs/comments.php index 1daae2a..3484dad 100644 --- a/htdocs/comments.php +++ b/htdocs/comments.php @@ -71,7 +71,7 @@ if (!$ajax) Layout::header(); icons: { primary: "ui-icon-close" }, }) .on("click", function(){ - if (true || confirm("Delete comment?")) { + if (confirm("Delete comment?")) { data = { ajax: 1,