aboutsummaryrefslogtreecommitdiffstats
path: root/demos/dialog/modal_confirmation.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/dialog/modal_confirmation.html')
-rw-r--r--demos/dialog/modal_confirmation.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/dialog/modal_confirmation.html b/demos/dialog/modal_confirmation.html
index 2e4d264ca..44566622b 100644
--- a/demos/dialog/modal_confirmation.html
+++ b/demos/dialog/modal_confirmation.html
@@ -21,10 +21,9 @@
},
buttons: {
'Delete all items in recycle bin': function() {
- alert('The items were deleted forever!');
+ $(this).dialog('close');
},
Cancel: function() {
- alert('You clicked Cancel. The dialog will now close.');
$(this).dialog('close');
}
}