Fix components page history behavior: - Avoid duplicate history entries and loop when clicking the compspage index - avoid duplicate history entries and loop when entering an unknown hash fragment - Avoid entire page reload when clicking on the compspage index

master
Nicolas Garnier 2015-07-01 13:05:22 +02:00 committed by Addy Osmani
parent 6b2bd142df
commit 68e006086e
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
<a href="{{page.include_prefix}}/index.html" class="mdl-navigation__link about">About</a>
<a href="{{page.include_prefix}}started/index.html" class="mdl-navigation__link started">Getting Started</a>
<a href="{{page.include_prefix}}templates/index.html" class="mdl-navigation__link templates">Templates</a>
<a href="{{page.include_prefix}}components/index.html" class="mdl-navigation__link components">Components</a>
<a href="{{page.include_prefix}}components/index.html#" class="mdl-navigation__link components">Components</a>
<a href="{{page.include_prefix}}styles/index.html" class="mdl-navigation__link styles">Styles</a>
<a href="{{page.include_prefix}}customize/index.html" class="mdl-navigation__link customize">Customize</a>
<div class="spacer"></div>