We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705ed4f commit 9cf3a60Copy full SHA for 9cf3a60
js/jquery.mobile.navigation.js
@@ -911,7 +911,7 @@
911
// Make sure we have a transition defined.
912
settings.transition = settings.transition
913
|| ( ( historyDir && !activeIsInitialPage ) ? active.transition : undefined )
914
- || ( settings.role === "dialog" ? $.mobile.defaultDialogTransition : $.mobile.defaultPageTransition );
+ || ( isDialog ? $.mobile.defaultDialogTransition : $.mobile.defaultPageTransition );
915
916
// If we're navigating back in the URL history, set reverse accordingly.
917
settings.reverse = settings.reverse || historyDir < 0;
0 commit comments