Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/django-3.2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 authored Mar 19, 2024
2 parents 1c9a56b + 59d4a08 commit 7fa04ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/static/game/js/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,7 @@ function restoreCmsLogin () {
}

function hasFunctionalCookiesConsent() {
return OnetrustActiveGroups && OnetrustActiveGroups.split(',').includes('CL003')
return OnetrustActiveGroups && OnetrustActiveGroups.split(',').includes('C0003')
}

function setMutedCookie(mute) {
Expand Down

0 comments on commit 7fa04ec

Please sign in to comment.