diff options
author | Scott Jehl <scott@scottjehl.com> | 2008-12-16 22:52:53 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2008-12-16 22:52:53 +0000 |
commit | 5360972903441ed6fee9cd2595121807ecf341ec (patch) | |
tree | 3b8e21bf055afa9eea497f030f3154ea56bf4247 /tests/visual | |
parent | b733eb3281427f690a1f8fd28b9a1a62ebf093cf (diff) | |
download | jquery-ui-5360972903441ed6fee9cd2595121807ecf341ec.tar.gz jquery-ui-5360972903441ed6fee9cd2595121807ecf341ec.zip |
separated head links to ui.core.css, ui.theme.css, and ui.allplugins.css for TR bookmarklet compatibility.
Diffstat (limited to 'tests/visual')
-rw-r--r-- | tests/visual/dialog.html | 2 |
1 files changed, 1 insertions, 1 deletions
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}); }); }); </script> |