Skip to content

Commit 55c0032

Browse files
committed
Rid of <<<script script;
1 parent e753f2a commit 55c0032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/frontend/templates/js_code.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ $script = '';
197197
for (j in sections) {
198198
data = sections[j];
199199
if (data.mf_gtm_customer_identifier) {
200-
localStorage.setItem('mf_gtm_customer_identifier, data.mf_gtm_customer_identifier);
200+
localStorage.setItem('mf_gtm_customer_identifier', 'data.mf_gtm_customer_identifier');
201201
return;
202202
}
203203
}

0 commit comments

Comments
 (0)