Do ask for confirmation
This commit is contained in:
@@ -71,7 +71,7 @@ if (!$ajax) Layout::header();
|
|||||||
icons: { primary: "ui-icon-close" },
|
icons: { primary: "ui-icon-close" },
|
||||||
})
|
})
|
||||||
.on("click", function(){
|
.on("click", function(){
|
||||||
if (true || confirm("Delete comment?")) {
|
if (confirm("Delete comment?")) {
|
||||||
|
|
||||||
data = {
|
data = {
|
||||||
ajax: 1,
|
ajax: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user