Skip to content

Commit

Permalink
Merge pull request #1176 from alphagov/remove-stray-slash-in-hmrc-man…
Browse files Browse the repository at this point in the history
…uals-survey

Remove stray slash in hrmc manuals survey
  • Loading branch information
h-lame authored Oct 27, 2017
2 parents efee300 + d0cc396 commit bf4acfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/surveys.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
},
activeWhen: {
path: [
'^/hmrc-internal-manuals/(?:/|$)'
'^/hmrc-internal-manuals(?:/|$)'
]
}
}
Expand Down

0 comments on commit bf4acfb

Please sign in to comment.