Do ask for confirmation
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user