FachschaftMathPhysInfo / Finance-Visualizer

Gibt eine Übersicht über die Finanzen der Fachschaft MathPhysInfo
http://www.mathphys.info/finanzen/
GNU General Public License v3.0
4 stars 2 forks source link

Use location.replace() instead of location.hash = #19

Closed TuringTux closed 3 years ago

TuringTux commented 3 years ago

This won't push hash change events into the browser history, creating a more natural browsing experience.

Furthermore it fixes a bug that wouldn't let you leave the site if you initially accessed it without a hash fragment.

TuringTux commented 3 years ago

Closes #17, just like #18 will do.

TuringTux commented 3 years ago

These changes have been incorporated in MR #18 (thanks @ThorstenBuss), closing.

ThorstenBuss commented 3 years ago

I just found time to handle the conflicting pull requests. @TuringTux thanks for collaborating.