Skip to content

Commit

Permalink
LPS-44630 Confirmation panels should not close on escape
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolundgren authored and brianchandotcom committed Feb 26, 2014
1 parent a501a2b commit 9c3fe01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions portlets/calendar-portlet/docroot/js/components.js
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,7 @@
dialog: {
bodyContent: content.join(''),
height: 250,
hideOn: [],
resizable: false,
toolbars: {
footer: buttons
Expand Down Expand Up @@ -1206,6 +1207,7 @@
dialog : {
bodyContent: message,
height: 250,
hideOn: [],
resizable: false,
toolbars: {
footer: buttons
Expand Down

0 comments on commit 9c3fe01

Please sign in to comment.