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 381b247 commit 1a04665Copy full SHA for 1a04665
Block/AbstractDataLayer.php
@@ -52,7 +52,7 @@ protected function _toHtml(): string
52
if ($this->config->isEnabled()) {
53
$dataLayer = $this->getDataLayer();
54
if ($dataLayer) {
55
- //style for always be display none,since some sliders add class that makes script be display flex/block
+ //style always should be displayed none, since some sliders add a class that makes the script display flex/block
56
return '<script style="display: none;">
57
window.dataLayer = window.dataLayer || [];
58
window.dataLayer.push(' . json_encode($dataLayer) . ');
0 commit comments