mozbrick / mozbrick.github.io

Website for Mozilla's Brick components
https://mozbrick.github.io/
Apache License 2.0
11 stars 12 forks source link

Hash permalinks don't work #28

Open cvan opened 10 years ago

cvan commented 10 years ago
  1. Load http://mozbrick.github.io/blog/#on-x-tag
  2. Notice you are not taken to the "On X-Tag" section

Yes, an element with that id does exist:

<h2 id="on-x-tag">

But because of the JS fanciness, and because the id isn't available on load (likely from the body[unresolved]), the anchor doesn't work.