r1223 - trunk/tests/visual

r1223 - trunk/tests/visual


Author: scott.gonzalez
Date: Mon Dec 22 20:24:28 2008
New Revision: 1223
Modified:
trunk/tests/visual/dialog.html
Log:
Dialog static test: Removing duplicate ids.
Modified: trunk/tests/visual/dialog.html
==============================================================================
--- trunk/tests/visual/dialog.html    (original)
+++ trunk/tests/visual/dialog.html    Mon Dec 22 20:24:28 2008
@@ -13,7 +13,7 @@
    $(function() {
        // Simple Dialog
        $("#dialog button").click(function() {
-            $("#dlg").clone().dialog();
+            $("#dlg").clone().removeAttr('id').dialog();
        });
        // Dialog with Buttons