From 453f749785132645460f33317c3a4f1efbcca388 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Mon, 28 Jan 2013 11:13:06 +0530 Subject: [PATCH] The overlay still exists when the Recurring Snapshots dialog is cancelled by pressing the esc key --- ui/scripts/ui-custom/recurringSnapshots.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/scripts/ui-custom/recurringSnapshots.js b/ui/scripts/ui-custom/recurringSnapshots.js index e5302e9e1d5..985f36912cb 100644 --- a/ui/scripts/ui-custom/recurringSnapshots.js +++ b/ui/scripts/ui-custom/recurringSnapshots.js @@ -189,6 +189,7 @@ var $dialog = $snapshots.dialog({ title: _l('label.action.recurring.snapshot'), dialogClass: 'recurring-snapshots', + closeOnEscape:false, width: 600, buttons: [ { @@ -210,4 +211,4 @@ return $dialog; }; }; -}(cloudStack, jQuery)); \ No newline at end of file +}(cloudStack, jQuery));