Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1550 from MaxThrax/master.
Browse files Browse the repository at this point in the history
Resolve issue #1514
  • Loading branch information
jblas committed May 2, 2011
2 parents af3b8ce + 91126e4 commit cff12a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.mobile.navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@
newPageTitle = html.match( /<title[^>]*>([^<]*)/ ) && RegExp.$1,

// TODO handle dialogs again
pageElemRegex = new RegExp( ".*(<[^>]+\\bdata-" + $.mobile.ns + "role=[\"']?page[\"']?[^>]*>).*" ),
pageElemRegex = new RegExp( "(<[^>]+\\bdata-" + $.mobile.ns + "role=[\"']?page[\"']?[^>]*>)" ),
dataUrlRegex = new RegExp( "\\bdata-" + $.mobile.ns + "url=[\"']?([^\"'>]*)[\"']?" );

// data-url must be provided for the base tag so resource requests can be directed to the
Expand Down

0 comments on commit cff12a4

Please sign in to comment.