You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/01/28 14:48:49 UTC

[7/12] git commit: The overlay still exists when the Recurring Snapshots dialog is cancelled by pressing the esc key

The overlay still exists when the Recurring Snapshots dialog is cancelled by pressing the esc key


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/453f7497
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/453f7497
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/453f7497

Branch: refs/heads/marvin-refactor-phase1
Commit: 453f749785132645460f33317c3a4f1efbcca388
Parents: 7d40a7e
Author: Pranav Saxena <pr...@citrix.com>
Authored: Mon Jan 28 11:13:06 2013 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Mon Jan 28 11:13:06 2013 +0530

----------------------------------------------------------------------
 ui/scripts/ui-custom/recurringSnapshots.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/453f7497/ui/scripts/ui-custom/recurringSnapshots.js
----------------------------------------------------------------------
diff --git a/ui/scripts/ui-custom/recurringSnapshots.js b/ui/scripts/ui-custom/recurringSnapshots.js
index e5302e9..985f369 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));