janbrasna / ssl-config-generator

Mozilla SSL Configuration Generator
https://ssl-config.mozilla.org/
Mozilla Public License 2.0
3 stars 0 forks source link

Fragment navigation #20

Open janbrasna opened 10 months ago

janbrasna commented 10 months ago

when form options change the query string updates. when the app loads it loads the config from params. but when navigating between changes (i. e. navigating urls/history) the app doesn't respond to hash fragment changes.

some popstate or hashchange to trigger regenerating the output would help.