Disable escape-to-close on edit dialog

Closes #84
This commit is contained in:
Nicholas O'Leary 2013-11-21 11:02:31 +00:00
parent a0aed93c69
commit 6a4aa1ff21
1 changed files with 2 additions and 0 deletions

View File

@ -139,6 +139,7 @@ RED.editor = function() {
$( "#dialog" ).dialog({
modal: true,
autoOpen: false,
closeOnEscape: false,
width: 500,
buttons: [
{
@ -393,6 +394,7 @@ RED.editor = function() {
modal: true,
autoOpen: false,
width: 500,
closeOnEscape: false,
buttons: [
{
text: "Ok",