Skip to content

Commit e669fd6

Browse files
author
scottjehl
committed
used stop Immediate
1 parent 6a5441c commit e669fd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/jquery.mobile.navigation.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,7 @@
729729
//if there's a data-rel=back attr, go back in history
730730
if( $this.is( ":jqmData(rel='back')" ) ){
731731
window.history.back();
732+
event.stopImmediatePropagation();
732733
return false;
733734
}
734735

0 commit comments

Comments
 (0)