From f301018c1cb8a5fa04ce2cf25289c02834ce9390 Mon Sep 17 00:00:00 2001 From: John Bender Date: Mon, 14 Feb 2011 17:33:06 -0800 Subject: [PATCH] added an extra parameter to data url element to match reported issue in pull request --- js/jquery.mobile.navigation.js | 1 - tests/unit/navigation/data-url.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/js/jquery.mobile.navigation.js b/js/jquery.mobile.navigation.js index 9c5a84be..95f55cdf 100644 --- a/js/jquery.mobile.navigation.js +++ b/js/jquery.mobile.navigation.js @@ -525,7 +525,6 @@ redirectLoc = all.find('[data-url]').data('url'); if( redirectLoc ){ - console.log(redirectLoc); if(base){ base.set( redirectLoc ); } diff --git a/tests/unit/navigation/data-url.html b/tests/unit/navigation/data-url.html index 12519dd7..6f8bf224 100644 --- a/tests/unit/navigation/data-url.html +++ b/tests/unit/navigation/data-url.html @@ -3,7 +3,7 @@ -
+