Skip to content

Commit

Permalink
Merge pull request #957 from alphagov/add-second-march-email-survey-2017
Browse files Browse the repository at this point in the history
Add new email survey
  • Loading branch information
elenatanasoiu authored Mar 22, 2017
2 parents 38c9133 + 3209264 commit f9656c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/assets/javascripts/surveys.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
smallSurveys: [
{
identifier: 'govuk_email_survey_t02',
frequency: 50,
frequency: 25,
activeWhen: function() {
function breadcrumbExclude() {
var text = $('.govuk-breadcrumbs').text() || "";
Expand All @@ -72,8 +72,8 @@
return !(sectionExclude() || breadcrumbExclude() || organisationExclude());
},
surveyType: 'email',
startTime: new Date("March 17, 2017 13:00:00").getTime(),
endTime: new Date("March 20, 2017 23:59:59").getTime()
startTime: new Date("March 22, 2017 00:01:00").getTime(),
endTime: new Date("March 24, 2017 23:59:59").getTime()
},
{
url: "https://signup.take-part-in-research.service.gov.uk/home?utm_campaign=" + window.location.pathname + "&utm_source=Hold_gov_to_account&utm_medium=gov.uk%20survey&t=GDS",
Expand Down

0 comments on commit f9656c4

Please sign in to comment.