venantius / accountant

ClojureScript navigation for single-page applications, made simple.
Eclipse Public License 1.0
250 stars 39 forks source link

Avoid history duplicates by not adding history entries if the … #26

Closed smee closed 8 years ago

smee commented 8 years ago

…relative href is equal to the currently active one. This is useful in scenarios where a page contains links with empty hrefs (browser then assumes the current location as href). Currently, accountant will insert the same history entry for each click on one of these links, leading to duplicates in the history.

venantius commented 8 years ago

Cool, LGTM! Thanks :)