Skip to content

Commit

Permalink
Merge branch 'CON-1909-Cookie-banner' of https://github.com/SkillsFun…
Browse files Browse the repository at this point in the history
…dingAgency/das-recruit into CON-1909-Cookie-banner
  • Loading branch information
Paul Howes committed Jun 12, 2020
2 parents d85a9b5 + 6043ce3 commit 6715bad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Employer/Employer.Web/wwwroot/javascripts/cookiebanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function CookieBanner (module) {
if (domain.indexOf("pp-") >= 0) {
return "PP"
}
return null;
return "";
}

// Legacy cookie clean up
Expand All @@ -158,4 +158,4 @@ function CookieBanner (module) {
var $cookieBanner = document.querySelector('[data-module="cookie-banner"]');
if ($cookieBanner != null) {
new CookieBanner($cookieBanner);
}
}

0 comments on commit 6715bad

Please sign in to comment.