Skip to content

Commit

Permalink
Replaces default survey url
Browse files Browse the repository at this point in the history
[Trello card](https://trello.com/c/4gNFt4un/138-replace-url-for-default-survey-when-no-tests-are-running) This will replace the current default url survey with a new one. It will run at the same frequence: 1 in 50.
  • Loading branch information
Elena Tanasoiu committed Mar 31, 2017
1 parent 3796df9 commit ed1c8fa
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 @@ -43,7 +43,7 @@
/* This data structure is explained in `doc/surveys.md` */
var userSurveys = {
defaultSurvey: {
url: 'https://www.surveymonkey.com/s/2MRDLTW',
url: 'https://www.smartsurvey.co.uk/s/gov-uk',
identifier: 'user_satisfaction_survey',
frequency: 50,
surveyType: 'url',
Expand Down

0 comments on commit ed1c8fa

Please sign in to comment.