aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual
diff options
context:
space:
mode:
authorScott Jehl <scott@scottjehl.com>2008-12-16 22:52:53 +0000
committerScott Jehl <scott@scottjehl.com>2008-12-16 22:52:53 +0000
commit5360972903441ed6fee9cd2595121807ecf341ec (patch)
tree3b8e21bf055afa9eea497f030f3154ea56bf4247 /tests/visual
parentb733eb3281427f690a1f8fd28b9a1a62ebf093cf (diff)
downloadjquery-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.html2
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>