From 5360972903441ed6fee9cd2595121807ecf341ec Mon Sep 17 00:00:00 2001 From: Scott Jehl Date: Tue, 16 Dec 2008 22:52:53 +0000 Subject: separated head links to ui.core.css, ui.theme.css, and ui.allplugins.css for TR bookmarklet compatibility. --- tests/visual/dialog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/visual/dialog.html') diff --git a/tests/visual/dialog.html b/tests/visual/dialog.html index f5606700d..7429608e9 100644 --- a/tests/visual/dialog.html +++ b/tests/visual/dialog.html @@ -13,7 +13,7 @@ $(function() { var dlg = $("#dlg").remove(); $("#dialog").click(function() { - dlg.appendTo('body').dialog(); + dlg.appendTo('body').dialog({width: 600}); }); }); -- cgit v1.2.3