mirror of
https://github.com/myronblair/tomtomgames
synced 2026-06-30 17:51:08 -05:00
f96c1b33c0
Two concurrent loadAdminReferrals() calls shared the same DOM container, so whichever fetch resolved last would overwrite the other's result. Added a request ID counter (_refListReqId) so stale responses are discarded rather than applied. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>