diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index f3400e653..83240a859 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -62,7 +62,6 @@ $.widget( "ui.selectmenu", { // fix existing label this.label = $( "label[for='" + this.ids.id + "']" ).attr( "for", this.ids.button ); - // catch click event of the label this._on( this.label, { "click": function( event ) { this.button.focus();