From 1c31a26b564ad554f5262a0b25c32a9a847688e6 Mon Sep 17 00:00:00 2001 From: Scott González Date: Thu, 14 Jan 2010 18:09:07 +0000 Subject: Replaced stackfix with bgiframe. Fixes #5061 - Remove stackfix. --- demos/dialog/modal-form.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos/dialog/modal-form.html') diff --git a/demos/dialog/modal-form.html b/demos/dialog/modal-form.html index ffcdd70fc..36160b159 100644 --- a/demos/dialog/modal-form.html +++ b/demos/dialog/modal-form.html @@ -4,6 +4,7 @@ jQuery UI Dialog - Modal form + @@ -11,7 +12,6 @@ - @@ -73,7 +73,7 @@ } $("#dialog-form").dialog({ - stackfix: true, + bgiframe: true, autoOpen: false, height: 300, width: 350, -- cgit v1.2.3