Skip to content

Commit

Permalink
Add HMRC webchat to more GOV.UK pages
Browse files Browse the repository at this point in the history
- Specifically, the lost NI number information and contact pages.
  • Loading branch information
Isabell Long committed Apr 29, 2016
1 parent 3b2b4b4 commit ca21220
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/assets/javascripts/webchat.js.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
'/government/organisations/hm-revenue-customs/contact/tax-credits-enquiries',
'/tax-credits-overpayments',
'/government/organisations/hm-revenue-customs/contact/vat-enquiries',
'/vat-registration/changes-to-your-details'
'/vat-registration/changes-to-your-details',
'/government/organisations/hm-revenue-customs/contact/national-insurance-numbers',
'/lost-national-insurance-number',
];

return ($.inArray(window.location.pathname, webchatEnabledPaths) >= 0);
Expand Down

0 comments on commit ca21220

Please sign in to comment.