mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-11 09:51:01 +00:00
increased timeout that waits for a potential hashchange event to fire as a result of pop.
This commit is contained in:
parent
db3dbc04d2
commit
bf02fc880d
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@
|
|||
|
||||
// change the page based on the hash
|
||||
$.mobile._handleHashChange( poppedState.hash );
|
||||
});
|
||||
}, 100);
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue