Mike Peiman
Results
1
comments of
Mike Peiman
This line `a.href = window.location + a.hash;` is better as `a.href = window.location.origin + window.location.pathname + a.hash` I was getting an issue where hashes were appended to the same hash,...