Skip to content

Commit f0854c7

Browse files
author
scottjehl
committed
brought the return statement back after pushstate works
1 parent 4bd1ccf commit f0854c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@
11601160

11611161
//if it worked, return here.
11621162
if( location.href.split("#")[0] !== currHref ){
1163-
// return;
1163+
return;
11641164
}
11651165
}
11661166

0 commit comments

Comments
 (0)