From ca14d8cd66741330243c12698c27dc77953737e4 Mon Sep 17 00:00:00 2001 From: Scott González Date: Tue, 23 Dec 2008 04:24:28 +0000 Subject: Dialog static test: Removing duplicate ids. --- tests/visual/dialog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3