Skip to content

Commit

Permalink
Merge pull request #1127 from alphagov/fix-end-date-of-emotional-survey
Browse files Browse the repository at this point in the history
Fix end date of emotional survey
  • Loading branch information
h-lame authored Sep 1, 2017
2 parents 2acd918 + 54f7490 commit 6f0a4d4
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions app/assets/javascripts/surveys.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,30 +163,12 @@
]
}
},
{
identifier: 'govuk_transport',
surveyType: 'url',
frequency: 20,
startTime: new Date('July 27, 2017').getTime(),
endTime: new Date('August 26, 2017 23:59:50').getTime(),
url: 'https://www.smartsurvey.co.uk/s/govuktransportsurvey?c={{currentPath}}',
templateArgs: {
title: 'Help improve GOV.UK',
surveyCta: 'Answer 3 quick questions to help us make GOV.UK better',
surveyCtaPostscript: 'This will open in a new tab.'
},
activeWhen: {
path: ['^/browse/driving(?:/|$)'],
organisation: ['<D9>','<D1117>','<EA74>','<EA78>','<EA80>','<EA1114>','<EA570>','<PB459>','<PB460>','<PB461>','<PB462>','<PB463>','<PB1118>','<PB247>','<PB465>','<PC469>','<PC472>','<PC493>','<OT248>','<OT249>'],
breadcrumb: ['Driving and transport']
}
},
{
identifier: 'govuk_2Q',
surveyType: 'url',
frequency: 6,
startTime: new Date('September 1, 2017').getTime(),
endTime: new Date('September 12, 2017 23:59:50').getTime(),
endTime: new Date('September 5, 2017 23:59:50').getTime(),
url: 'https://www.smartsurvey.co.uk/s/gov_uk_2q/?c={{currentPath}}',
templateArgs: {
title: 'Tell us about your visit to GOV.UK',
Expand Down

0 comments on commit 6f0a4d4

Please sign in to comment.