From bf02fc880d97156b41594cbae997750fe68b406a Mon Sep 17 00:00:00 2001 From: scottjehl Date: Thu, 8 Sep 2011 12:31:59 -0400 Subject: [PATCH] increased timeout that waits for a potential hashchange event to fire as a result of pop. --- js/jquery.mobile.navigation.pushstate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } },