-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update service name in the browser without a refresh #203
Labels
Feature Request
User requests a new feature
Comments
More generally, should changes to config.js cause a refresh / restart? |
They do cause restart, currently not refresh. Tricky because eg port requires restart |
tsmorgan
pushed a commit
to tsmorgan/govuk_prototype_kit
that referenced
this issue
May 27, 2016
Use this rather than hide() and show(), otherwise the changes to the govuk template in 0.17.0 will ensure that any content with a .js-hidden class is always hidden (as it should be) when js is enabled. This is the fix applied to govuk elements in alphagov#203.
closing this - doesnt seem worth the hassle |
quis
pushed a commit
to quis/govuk_prototype_kit
that referenced
this issue
Oct 25, 2017
# 4.2.1 - Track download links using events not pageviews # 4.2.0 - Add two analytics plugins for download and external link tracking - Update typography mixins to be mobile first (PR alphagov#157) # 4.1.1 - Update Accessible Media Player to remove dependency on $.browser (PR alphagov#206) # 4.1.0 - Add support for sending the `page` option to `GOVUK.analytics.trackEvent` (PR alphagov#203)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most other changes get updated in the browser without a refresh, thanks to BrowserSync. However the service name doesn't because it comes from config.js, not an html file.
The text was updated successfully, but these errors were encountered: