Hello !
It seems that strings are not escaped, result is a buggy javascript file as:
window.cookieconsent_options = {
message: ''+message+'',
learnMore: 'Plus d'infos',
link: 'https://www.cookielaw.org/the-cookie-law/',
dismiss: 'J'ai compris!',
theme: ''+theme+'',
};
Error shown: (index):188 Uncaught SyntaxError: Unexpected identifier
Thanks you