mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-24 08:04:43 +00:00
Get deep linking to internal pages working again. We can now also deep link to nested list sub-pages that are contained within internal pages.
This commit is contained in:
parent
33b9ee8052
commit
8e1e77badf
1 changed files with 1 additions and 1 deletions
|
|
@ -1065,7 +1065,7 @@
|
|||
|
||||
//if to is defined, load it
|
||||
if ( to ) {
|
||||
$.mobile.changePage( to, { transition: transition, changeHash: false, fromHashChange: true } );
|
||||
$.mobile.changePage( ( path.isPath(to) ? "" : "#" ) + to, { transition: transition, changeHash: false, fromHashChange: true } );
|
||||
}
|
||||
//there's no hash, go to the first page in the dom
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue