prollynomial / Cartier

A small, unopinionated client-side router.
MIT License
0 stars 0 forks source link

Hash is ignored on new page load #15

Closed prollynomial closed 10 years ago

prollynomial commented 10 years ago

Current behaviour breaks for on-page hashes, as it overwrites the hash completely.

When navigating to '/testroute#blah', Cartier bootstraps and removes '#blah'.

Could be beneficial to process hashes or at least preserve them.