diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 8bfb549105..933d48e317 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2013-11-05 Sergio Martin + + * include/javascript/jquery.pandora.js: Fixed "press + on scape" close event on enterprise dialog + 2013-11-05 Sergio Martin * include/functions_tags.php: Fix the tags acl diff --git a/pandora_console/include/javascript/jquery.pandora.js b/pandora_console/include/javascript/jquery.pandora.js index e03d385586..5a8107f3ec 100644 --- a/pandora_console/include/javascript/jquery.pandora.js +++ b/pandora_console/include/javascript/jquery.pandora.js @@ -95,6 +95,7 @@ $(document).ready (function () { $( "#license_error_msg_dialog" ).dialog({ dialogClass: "no-close", + closeOnEscape: false, resizable: true, draggable: true, modal: true,