Skip to content

Commit

Permalink
Merge pull request #781 from alphagov/add_hmrc_webchat_to_more_pages
Browse files Browse the repository at this point in the history
Add HMRC webchat to more GOV.UK pages
  • Loading branch information
boffbowsh committed Apr 29, 2016
2 parents 3b2b4b4 + ca21220 commit 6cb89ac
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 6cb89ac

Please sign in to comment.