Commit e8d8d423 authored by Sven Franck's avatar Sven Franck

JQM/fix: forget to update a if-clause from 1.4pre to 1.4alpha

parent 86c29e75
......@@ -5292,7 +5292,7 @@ $.widget( "mobile.page", {
var u = path.parseUrl( path.makeUrlAbsolute( url, this.documentBase ) ),
// Does the url have the same path as the document?
samePath = u.hrefNoHash === this.documentUrl.hrefNoHash || ( this.documentBaseDiffers && u.hrefNoHash === this.documentBase.hrefNoHash ),
samePath = u.hrefNoSearch === this.documentUrl.hrefNoSearch || u.hrefNoHash === this.documentUrl.hrefNoHash || ( this.documentBaseDiffers && u.hrefNoHash === this.documentBase.hrefNoHash ),
// Get the first page element.
fp = $.mobile.firstPage,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment