mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
added an extra parameter to data url element to match reported issue in pull request
This commit is contained in:
parent
47d4a1fb0a
commit
f301018c1c
2 changed files with 1 additions and 2 deletions
|
|
@ -525,7 +525,6 @@
|
|||
redirectLoc = all.find('[data-url]').data('url');
|
||||
|
||||
if( redirectLoc ){
|
||||
console.log(redirectLoc);
|
||||
if(base){
|
||||
base.set( redirectLoc );
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue