made sure address bar doesn't appear when opening select menu

This commit is contained in:
scottjehl 2010-11-19 21:28:38 -05:00
parent d1c839613d
commit 2ed21499d1

View file

@ -122,7 +122,7 @@ $.widget( "mobile.selectmenu", $.mobile.widget, {
});
//button events
button.click(function(event){
button.bind( $.support.touch ? "touchstart" : "click", function(event){
self.open();
return false;
});