2013-11-05 Sergio Martin <sergio.martin@artica.es>
* 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
This commit is contained in:
parent
bb4d6a9081
commit
0cec075eff
|
@ -1,3 +1,8 @@
|
|||
2013-11-05 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/javascript/jquery.pandora.js: Fixed "press
|
||||
on scape" close event on enterprise dialog
|
||||
|
||||
2013-11-05 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_tags.php: Fix the tags acl
|
||||
|
|
|
@ -95,6 +95,7 @@ $(document).ready (function () {
|
|||
|
||||
$( "#license_error_msg_dialog" ).dialog({
|
||||
dialogClass: "no-close",
|
||||
closeOnEscape: false,
|
||||
resizable: true,
|
||||
draggable: true,
|
||||
modal: true,
|
||||
|
|
Loading…
Reference in New Issue