mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-18 13:20:59 +00:00
Fix for issue #900: buttons with rel attribute set to external don't show active state
This commit is contained in:
parent
7f48419a29
commit
2bfdd02a51
1 changed files with 1 additions and 1 deletions
|
|
@ -697,7 +697,7 @@
|
|||
// TODO: deprecated - remove at 1.0
|
||||
!$.mobile.ajaxLinksEnabled ){
|
||||
//remove active link class if external (then it won't be there if you come back)
|
||||
removeActiveLinkClass(true);
|
||||
window.setTimeout(function() {removeActiveLinkClass(true);}, 200);
|
||||
|
||||
//deliberately redirect, in case click was triggered
|
||||
if( hasTarget ){
|
||||
|
|
|
|||
Loading…
Reference in a new issue