mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-05 05:04:46 +00:00
Merge branch 'master' into fastclick
This commit is contained in:
commit
de0f12f164
2 changed files with 487 additions and 377 deletions
861
js/jquery.js
vendored
861
js/jquery.js
vendored
File diff suppressed because it is too large
Load diff
|
|
@ -659,7 +659,8 @@
|
|||
|
||||
if( url === "#" ){
|
||||
//for links created purely for interaction - ignore
|
||||
return false;
|
||||
event.preventDefault();
|
||||
return;
|
||||
}
|
||||
|
||||
$activeClickedLink = $this.closest( ".ui-btn" ).addClass( $.mobile.activeBtnClass );
|
||||
|
|
|
|||
Loading…
Reference in a new issue