brinkmanlab / IslandCompare

Pipeline for detecting and annotating genomic islands and relationships between the respective genomes
Other
4 stars 2 forks source link

Explore moving uuid to url fragment to avoid page reload. #158

Closed innovate-invent closed 5 years ago

innovate-invent commented 5 years ago

The fragment is retained by a bookmark but it may not be transmitted to the server. Client side code will be needed to fill that gap.

innovate-invent commented 5 years ago

used history.replaceState() instead