mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-16 20:31:01 +00:00
don't set hash if back is true. Fixes #582
This commit is contained in:
parent
9853fa9252
commit
ce5ea07780
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@
|
|||
reFocus( to );
|
||||
|
||||
if( changeHash !== false && url ){
|
||||
path.set(url, true);
|
||||
path.set(url, (back !== true));
|
||||
}
|
||||
removeActiveLinkClass();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue