mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-19 13:51:00 +00:00
removed console.log statement
This commit is contained in:
parent
43a6a3bb1b
commit
1d2ef4f606
1 changed files with 0 additions and 2 deletions
|
|
@ -169,8 +169,6 @@ $.widget( "mobile.selectmenu", $.mobile.widget, {
|
|||
// short circuit unless the target is the link
|
||||
if( !$(event.target).is("a") ){ return; }
|
||||
|
||||
console.log("clicked on", this );
|
||||
|
||||
// index of option tag to be selected
|
||||
var newIndex = list.find( "li:not(.ui-li-divider)" ).index( this ),
|
||||
option = options.eq( newIndex )[0];
|
||||
|
|
|
|||
Loading…
Reference in a new issue