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 was archived by the owner on Oct 8, 2021. It is now read-only.
If I remove the data-ajax='false' attribute then Firefox is able to navigate to the page.
Safari does not have this problem and navigates successfully to the page when the attribute is set.
The text was updated successfully, but these errors were encountered:
When I try to navigate from a page to another page containing a form element with a data-ajax='false' attribute set like shown below:
Firefox 3.6.1.6. is unable to navigate to the page (containing the form element shown above) and fails with the following error message:
"thisUrl is undefined"
and it occurs at line 2575 (jquery.mobile-1.0a4.1.js)
If I remove the data-ajax='false' attribute then Firefox is able to navigate to the page.
Safari does not have this problem and navigates successfully to the page when the attribute is set.
The text was updated successfully, but these errors were encountered: