From 163777ec6504a9df25dc848eb14675dfe74c96b0 Mon Sep 17 00:00:00 2001 From: faucomte97 Date: Wed, 13 Mar 2024 15:14:41 +0000 Subject: [PATCH] fix: Update ref of OneTrust functional cookie category --- 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) {