aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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