Skip to content

Commit

Permalink
Merge pull request #833 from alphagov/remove-trailing-commas
Browse files Browse the repository at this point in the history
Remove trailing commas in survey JS
  • Loading branch information
robinwhittleton authored Sep 5, 2016
2 parents 7110563 + 1a9d706 commit 3a8f174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/javascripts/surveys.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
url: 'https://www.surveymonkey.com/s/2MRDLTW',
identifier: 'user_satisfaction_survey',
template: TEMPLATE,
frequency: 50,
frequency: 50
},
smallSurveys: [
{
Expand All @@ -34,7 +34,7 @@
'</section>',
startTime: new Date("September 7, 2016").getTime(),
endTime: new Date("September 8, 2016 23:59:59").getTime(),
frequency: 50,
frequency: 50
}
],

Expand Down

0 comments on commit 3a8f174

Please sign in to comment.