Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit ce5ea07

Browse files
author
scottjehl
committed
don't set hash if back is true. Fixes #582
1 parent 9853fa9 commit ce5ea07

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
@@ -194,7 +194,7 @@
194194
reFocus( to );
195195

196196
if( changeHash !== false && url ){
197-
path.set(url, true);
197+
path.set(url, (back !== true));
198198
}
199199
removeActiveLinkClass();
200200

0 commit comments

Comments
 (0)