r3594 committed - button: visual test log cleanup

r3594 committed - button: visual test log cleanup

Revision: 3594
Author: joern.zaefferer
Date: Sun Jan 3 04:57:12 2010
Log: button: visual test log cleanup
http://code.google.com/p/jquery-ui/source/detail?r=3594
Modified:
/branches/dev/tests/visual/button/default.html
=======================================
--- /branches/dev/tests/visual/button/default.html    Sat Jan 2 15:47:44 2010
+++ /branches/dev/tests/visual/button/default.html    Sun Jan 3 04:57:12 2010
@@ -23,7 +23,7 @@
        buttons.add(buttonSets).click(function(event) {
            if ($(event.target).closest('.ui-button').length) {
                $("<div></div>")
-                    .text("Clicked " + $(event.target).text() + " (#" + event.target.id
+ ")")
+                    .text("Clicked " + $(event.target).text())
                    .appendTo("#log");
            }
        });
--