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
Currently, if you alternnatively click on two menu items, you end up seeing the pages lternatively appear and disappear long after you're done clicking. To fix this:
Stop the exisiting AJAX query if the requeted URL is different.
Ensure it doesn't break the existing lack of duplicate requests on same URL.
We also have to ensure that the settimeout is properly cleared on success/failure.
The text was updated successfully, but these errors were encountered:
Currently, if you alternnatively click on two menu items, you end up seeing the pages lternatively appear and disappear long after you're done clicking. To fix this:
We also have to ensure that the
settimeout
is properly cleared on success/failure.The text was updated successfully, but these errors were encountered: