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
AJAX request (when using POST) are not cached by default, see the AJAX docs and reference the section on "cache".
What does happen is that the forms are reloaded every time the user clicks login/register. Rather than have the AJAX request load new forms each time, we can pre-load them once the page loads.
The loading of the dialog boxes should be cached and not a separate AJAX request each time.
The text was updated successfully, but these errors were encountered: