Skip to content

Commit

Permalink
Remove trailing comma
Browse files Browse the repository at this point in the history
It would probably break IE
  • Loading branch information
boffbowsh committed May 20, 2016
1 parent 94e67aa commit ecf9652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/webchat.js.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'/vat-registration/changes-to-your-details',
'/government/organisations/hm-revenue-customs/contact/national-insurance-numbers',
'/lost-national-insurance-number',
'/manage-your-tax-credits',
'/manage-your-tax-credits'
];

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

0 comments on commit ecf9652

Please sign in to comment.