Fixing navigation bug caused by dialog markup changes.

This commit is contained in:
Mat Marquis 2012-01-04 11:27:52 -05:00 committed by scottjehl
parent 7ba4547aa3
commit 3d62715b3c

View file

@ -1440,7 +1440,7 @@ define( [
// If current active page is not a dialog skip the dialog and continue
// in the same direction
if(!$.mobile.activePage.is( ".ui-dialog" )) {
if(!$.mobile.activePage.is( ".ui-dialog-page" )) {
//determine if we're heading forward or backward and continue accordingly past
//the current dialog
urlHistory.directHashChange({