You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 4, 2022. It is now read-only.
I'm trying to use the googleanalytics plugin.
But I must have missed something in the config...
Line 15 of the script.js file : document.body.appendChild(script);
gives me the error in the console : Uncaught TypeError: Cannot read property 'appendChild' of null
Hello
I'm trying to use the googleanalytics plugin.
But I must have missed something in the config...
Line 15 of the script.js file :
document.body.appendChild(script);
gives me the error in the console :
Uncaught TypeError: Cannot read property 'appendChild' of null
Looks like the body element is null....
Thanks for your help
Franck