Skip to content

Fix 19hz page loading funcheap cached data#66

Merged
ProLoser merged 2 commits into
mainfrom
copilot/remove-funcheap-data-19hz
Mar 19, 2026
Merged

Fix 19hz page loading funcheap cached data#66
ProLoser merged 2 commits into
mainfrom
copilot/remove-funcheap-data-19hz

Conversation

Copilot AI commented Mar 19, 2026

Copy link
Copy Markdown
Contributor

Both pages share the same origin (funcheapsfmap.com), so they share localStorage. The 19hz page was reading funcheap event data from cache because both map.js and 19hz/map.js used identical keys (events, events_age).

Change

Renamed localStorage keys in 19hz/map.js to be namespace-scoped:

// Before
window.localStorage.getItem('events')
window.localStorage.setItem('events_age', ...)

// After
window.localStorage.getItem('19hz_events')
window.localStorage.setItem('19hz_events_age', ...)

📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.

Co-authored-by: ProLoser <67395+ProLoser@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix 19hz folder data to remove funcheap data Fix 19hz page loading funcheap cached data Mar 19, 2026
Copilot AI requested a review from ProLoser March 19, 2026 06:54
@github-actions

github-actions Bot commented Mar 19, 2026

Copy link
Copy Markdown
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-03-19 07:07 UTC

@ProLoser
ProLoser marked this pull request as ready for review March 19, 2026 07:07
@ProLoser
ProLoser merged commit 9c53996 into main Mar 19, 2026
1 check passed
@ProLoser
ProLoser deleted the copilot/remove-funcheap-data-19hz branch March 19, 2026 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants