Skip to content

Commit

Permalink
Merge pull request #1310 from alphagov/extend-hmrc-surveys
Browse files Browse the repository at this point in the history
Extends the duration for HMRC surveys
  • Loading branch information
elenatanasoiu authored Feb 27, 2018
2 parents 794eb3a + bf9b92b commit 175d56f
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 @@ -230,7 +230,7 @@
surveyType: 'url',
frequency: 5,
startTime: new Date('February 14, 2018').getTime(),
endTime: new Date('March 16, 2018').getTime(),
endTime: new Date('May 14, 2018').getTime(),
url: hmrcSurveysFeb2018Url(),
templateArgs: {
title: 'Get involved in making government services better',
Expand Down

0 comments on commit 175d56f

Please sign in to comment.