From cfdf56b5444362ca226ec2396069d7611ee14ac7 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Tue, 5 Nov 2013 15:17:44 +0000 Subject: [PATCH] 2013-11-05 Sergio Martin * include/javascript/jquery.pandora.js: Fixed "press on scape" close event on enterprise dialog git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9007 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/javascript/jquery.pandora.js | 1 + 2 files changed, 6 insertions(+) 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,