Skip to content

Commit

Permalink
used stop Immediate
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjehl committed Mar 31, 2011
1 parent 6a5441c commit e669fd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/jquery.mobile.navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@
//if there's a data-rel=back attr, go back in history
if( $this.is( ":jqmData(rel='back')" ) ){
window.history.back();
event.stopImmediatePropagation();
return false;
}

Expand Down

0 comments on commit e669fd6

Please sign in to comment.