mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
commit
cff12a4b95
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue