added an extra parameter to data url element to match reported issue in pull request

This commit is contained in:
John Bender 2011-02-14 17:33:06 -08:00
parent 47d4a1fb0a
commit f301018c1c
2 changed files with 1 additions and 2 deletions

View file

@ -525,7 +525,6 @@
redirectLoc = all.find('[data-url]').data('url');
if( redirectLoc ){
console.log(redirectLoc);
if(base){
base.set( redirectLoc );
}

View file

@ -3,7 +3,7 @@
<head>
</head>
<body>
<div data-role="page" data-url="foo/">
<div data-role="page" data-url="foo/" data-other="for testing">
</div>
</body>
</html>