diff --git a/js/jquery.mobile.navigation.pushstate.js b/js/jquery.mobile.navigation.pushstate.js index 06bd748a..03f3c1ff 100644 --- a/js/jquery.mobile.navigation.pushstate.js +++ b/js/jquery.mobile.navigation.pushstate.js @@ -91,7 +91,7 @@ // change the page based on the hash $.mobile._handleHashChange( poppedState.hash ); - }); + }, 100); } },