rgarcia / dochub

speedy docs
http://dochub.io/
Do What The F*ck You Want To Public License
795 stars 107 forks source link

Draw topnav even when the user navigates to #css or #css/. #18

Closed yonran closed 12 years ago

yonran commented 12 years ago

This should address #16.

When the user loads dochub.io, the location is updated to #css/. If the user then refreshed, previously there was no route to #css/ so the topnav was never rendered and the homepage never appeared to finish loading. With this change, the #css/:query route is more forgiving so it will handle #css/ and #css.

rgarcia commented 12 years ago

good catch