gcb-js
gcb-js copied to clipboard
Support links with hashes fragment
There are two cases, which are handled incorrectly at this time:
- Local links
<a href="#section-name">...</a>
. Currently they have no effect, probably they must not be intercepted. - Absolute links, which cause page reload. Hash fragment is currently ignored.