diff options
Diffstat (limited to 'demos/dialog/modal-message.html')
-rw-r--r-- | demos/dialog/modal-message.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/demos/dialog/modal-message.html b/demos/dialog/modal-message.html index 6052ac155..a0a039f85 100644 --- a/demos/dialog/modal-message.html +++ b/demos/dialog/modal-message.html @@ -15,10 +15,6 @@ $("#dialog").dialog({ bgiframe: true, modal: true, - overlay: { - backgroundColor: '#000', - opacity: 0.5 - }, buttons: { Ok: function() { $(this).dialog('close'); |