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