mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Dialog tests: Switch bgiframe to stackfix.
This commit is contained in:
parent
010a225af3
commit
d3bd7ae09f
@ -4,7 +4,6 @@
|
||||
|
||||
var dialog_defaults = {
|
||||
autoOpen: true,
|
||||
bgiframe: false,
|
||||
buttons: {},
|
||||
closeOnEscape: true,
|
||||
closeText: 'close',
|
||||
@ -22,6 +21,7 @@ var dialog_defaults = {
|
||||
resizable: true,
|
||||
show: null,
|
||||
stack: true,
|
||||
stackfix: false,
|
||||
title: '',
|
||||
width: 300,
|
||||
zIndex: 1000
|
||||
|
Loading…
Reference in New Issue
Block a user