alphagov / govuk-browser-extension

Chrome and Firefox extension for developers working on GOV.UK.
25 stars 5 forks source link

Handle sub-pages like mainstream and smart answers correctly #33

Closed tijmenb closed 8 years ago

tijmenb commented 8 years ago

This makes sure the extension is usable on mainstream "sub" pages like

https://www.gov.uk/holiday-entitlement-rights/holiday-pay-the-basics

These currently don't work because the URL is not in the content store, only https://www.gov.uk/holiday-entitlement-rights is.

This PR does some refactoring as well.

rubenarakelyan commented 8 years ago

👍