deathandmayhem / jolly-roger

Dead men tell no tales!
MIT License
18 stars 5 forks source link

Fix browser back on puzzle pages. #2183

Closed jpd236 closed 3 months ago

jpd236 commented 3 months ago

For some reason, when a Sheets URL is loaded with ?...#gid=0, it redirects to ?...&gid=0#gid=0; this redirect puts a spurious entry in the navigation history, which breaks the first back button press. Embedding the final URL fixes the back button.

Fixes #2162