diff options
author | Scott González <scott.gonzalez@gmail.com> | 2008-12-23 04:24:28 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2008-12-23 04:24:28 +0000 |
commit | ca14d8cd66741330243c12698c27dc77953737e4 (patch) | |
tree | 46af3d6ef509371ae7143d181ac75fa05de3f03c /tests | |
parent | 62bf1dd3bd71787361d9dcddf1e5e040c4009f35 (diff) | |
download | jquery-ui-ca14d8cd66741330243c12698c27dc77953737e4.tar.gz jquery-ui-ca14d8cd66741330243c12698c27dc77953737e4.zip |
Dialog static test: Removing duplicate ids.
Diffstat (limited to 'tests')
-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 cf8498ee1..12aa278ca 100644 --- a/tests/visual/dialog.html +++ b/tests/visual/dialog.html @@ -13,7 +13,7 @@ $(function() { // Simple Dialog $("#dialog button").click(function() { - $("#dlg").clone().dialog(); + $("#dlg").clone().removeAttr('id').dialog(); }); // Dialog with Buttons |