Javascript error when calling printGtmHeader
-
On version 3.0, it seems like there’s a bug in Javascript when you call the following line:
ecl_scripts.innerHTML = <?php echo $this->printGtmHeader(); ?>;This results in an error in Javascript, due to an unexpected
;:ecl_scripts.innerHTML = ;I think this is because
printGtmHeaderis usinggtm_header, whereas everything else is usingecl_gtm_header.
The topic ‘Javascript error when calling printGtmHeader’ is closed to new replies.