diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-01-19 23:25:38 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-01-19 23:25:38 +0000 |
commit | 010385b2fa4f0656953c2fc70c363c9cd9f74a9d (patch) | |
tree | b04f5abb6e314ffb11627f036b8d0404bd56aa63 /demos/dialog/modal-confirmation.html | |
parent | ebf5160587ec2689a97018bc0c24082a3e84c02e (diff) | |
download | jquery-ui-010385b2fa4f0656953c2fc70c363c9cd9f74a9d.tar.gz jquery-ui-010385b2fa4f0656953c2fc70c363c9cd9f74a9d.zip |
Dialog, position: Removed bgiframe option; always use bgiframe when available.
Fixes #5071 - Remove bgiframe option from all plugins.
Diffstat (limited to 'demos/dialog/modal-confirmation.html')
-rw-r--r-- | demos/dialog/modal-confirmation.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/dialog/modal-confirmation.html b/demos/dialog/modal-confirmation.html index 9e8e86acd..66c999dde 100644 --- a/demos/dialog/modal-confirmation.html +++ b/demos/dialog/modal-confirmation.html @@ -19,7 +19,6 @@ $("#dialog").dialog("destroy"); $("#dialog-confirm").dialog({ - bgiframe: true, resizable: false, height:140, modal: true, |