mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-11 08:03:10 +00:00
clarified comment
This commit is contained in:
parent
0d36d2aa2e
commit
a056d4636b
1 changed files with 1 additions and 4 deletions
|
|
@ -249,10 +249,7 @@
|
|||
}
|
||||
}
|
||||
else{
|
||||
//either...
|
||||
// we've backed up to the root page url,
|
||||
// it's a plugin state
|
||||
//or it's the first page load with no hash present
|
||||
//either we've backed up to the root page url, or it's the first page load with no hash present
|
||||
var currentPage = $('.ui-page-active');
|
||||
if( currentPage.length && !startPage.is('.ui-page-active')){
|
||||
changePage(currentPage, startPage, back);
|
||||
|
|
|
|||
Loading…
Reference in a new issue