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

Commit

Permalink
Re-merge pull request #1550 from MaxThrax/master.
Browse files Browse the repository at this point in the history
- Not sure what happened when I originally merged this back on 05/02/2011, but here it is again!
  • Loading branch information
jblas committed Sep 29, 2011
1 parent 0c829f5 commit 972500b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.mobile.navigation.js
Expand Up @@ -814,7 +814,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=[\"']?([^\"'>]*)[\"']?" );


Expand Down

0 comments on commit 972500b

Please sign in to comment.