We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5334ce commit 27e60efCopy full SHA for 27e60ef
view/frontend/templates/iframe-handler.phtml
@@ -49,7 +49,7 @@ $scriptString = '
49
50
// Setup consent message and button
51
divElement.classList.add(`cookieconsent-optout-${consentType}`);
52
- const consentMessage = "' . $consentMessage . '";
+ const consentMessage = `' . $consentMessage . '`;
53
const message = consentMessage
54
.replace("%1", consentType)
55
.replace("%2", serviceProvider);
0 commit comments