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
It appears the href.js handler is not handling the <a> clicks, so it's triggering a full reload, and thus the onload callback and associated fetches. Not a big deal, but unnecessary fetches.
The text was updated successfully, but these errors were encountered:
It appears the
href.js
handler is not handling the<a>
clicks, so it's triggering a full reload, and thus theonload
callback and associated fetches. Not a big deal, but unnecessary fetches.The text was updated successfully, but these errors were encountered: