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 Nov 24, 2020. It is now read-only.
navigation.js
prevents the browser from navigating normally if the AJAX request fails.If a page is loaded from the file system (not through a server), the AJAX request generated on navigation fails due to CORS restrictions.
I think the problem is that line 297 is commented out:
After the AJAX load fails and the error is logged to the console, the location is never updated and so the browser is never forwarded to the new page.
The text was updated successfully, but these errors were encountered: