mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Selectmenu: removed old click event (follow up)
This commit is contained in:
4
ui/jquery.ui.selectmenu.js
vendored
4
ui/jquery.ui.selectmenu.js
vendored
@@ -297,10 +297,6 @@ $.widget( "ui.selectmenu", {
|
||||
li.append( $( "<a />", {
|
||||
text: item.label,
|
||||
href: '#'
|
||||
,
|
||||
// click: function( event ) {
|
||||
// event.preventDefault();
|
||||
// }
|
||||
})
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user