Skip to content

Commit bf02fc8

Browse files
author
scottjehl
committed
increased timeout that waits for a potential hashchange event to fire as a result of pop.
1 parent db3dbc0 commit bf02fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.navigation.pushstate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
// change the page based on the hash
9393
$.mobile._handleHashChange( poppedState.hash );
94-
});
94+
}, 100);
9595
}
9696
},
9797

0 commit comments

Comments
 (0)