From 59d4a08737ddef2b43f79e2f9e8f0275f204da92 Mon Sep 17 00:00:00 2001 From: Florian Aucomte Date: Tue, 19 Mar 2024 17:23:27 +0000 Subject: [PATCH] fix: Update ref of OneTrust functional cookie category (#1594) --- game/static/game/js/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/static/game/js/game.js b/game/static/game/js/game.js index 0709d5118..be1fae43e 100644 --- a/game/static/game/js/game.js +++ b/game/static/game/js/game.js @@ -1378,7 +1378,7 @@ function restoreCmsLogin () { } function hasFunctionalCookiesConsent() { - return OnetrustActiveGroups && OnetrustActiveGroups.split(',').includes('CL003') + return OnetrustActiveGroups && OnetrustActiveGroups.split(',').includes('C0003') } function setMutedCookie(mute) {