You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
I have a page that is prefetching pages from another directory. When the prefetch is done the <base>-tag is altered pointing to the directory of the prefetched pages, breaking all other links on the page. Markup looks like:
The links in the data-role"="content" part will now point to pages/one.html as the base tag is set to pages/. This occurs with a little lag as it seems to wait until the pages are actually fetched. Happened to me in 1.3.0 Beta, 1.3.0 RC1 and 1.3.0 Final.
Unfortunately I cannot produce a JSBIN / JSfiddle test case as a failing prefetch AJAX call will not kick off the process that messes with the <base> tag
The text was updated successfully, but these errors were encountered:
I have a page that is prefetching pages from another directory. When the prefetch is done the
<base>
-tag is altered pointing to the directory of the prefetched pages, breaking all other links on the page. Markup looks like:The links in the
data-role"="content"
part will now point topages/one.html
as the base tag is set topages/
. This occurs with a little lag as it seems to wait until the pages are actually fetched. Happened to me in 1.3.0 Beta, 1.3.0 RC1 and 1.3.0 Final.Unfortunately I cannot produce a JSBIN / JSfiddle test case as a failing prefetch AJAX call will not kick off the process that messes with the
<base>
tagThe text was updated successfully, but these errors were encountered: