aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/jquery.ui.selectmenu.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js
index 1aea9da01..155896034 100644
--- a/ui/jquery.ui.selectmenu.js
+++ b/ui/jquery.ui.selectmenu.js
@@ -297,10 +297,6 @@ $.widget( "ui.selectmenu", {
li.append( $( "<a />", {
text: item.label,
href: '#'
- ,
- // click: function( event ) {
- // event.preventDefault();
- // }
})
);
}