Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix end date of emotional survey #1127

Merged
merged 2 commits into from
Sep 1, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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