diff --git a/js/jquery.mobile.navigation.js b/js/jquery.mobile.navigation.js index 50a63f84..3d058afc 100644 --- a/js/jquery.mobile.navigation.js +++ b/js/jquery.mobile.navigation.js @@ -396,7 +396,7 @@ // The absolute version of the URL passed into the function. This // version of the URL may contain dialog/subpage params in it. - absUrl = url; // XXX_jblas: path.makeAbsolute( url ), + absUrl = url, // XXX_jblas: path.makeAbsolute( url ), // The absolute version of the URL minus any dialog/subpage params. // In otherwords the real URL of the page to be loaded.