Skip to content

Commit

Permalink
Rid of <<<script script;
Browse files Browse the repository at this point in the history
  • Loading branch information
ihorvansach committed Jun 12, 2024
1 parent e753f2a commit 55c0032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/templates/js_code.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ $script = '';
for (j in sections) {
data = sections[j];
if (data.mf_gtm_customer_identifier) {
localStorage.setItem('mf_gtm_customer_identifier, data.mf_gtm_customer_identifier);
localStorage.setItem('mf_gtm_customer_identifier', 'data.mf_gtm_customer_identifier');
return;
}
}
Expand Down

0 comments on commit 55c0032

Please sign in to comment.