mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-04 04:44:42 +00:00
Fixing navigation bug caused by dialog markup changes.
This commit is contained in:
parent
7ba4547aa3
commit
3d62715b3c
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in a new issue