Sergio
Results
1
comments of
Sergio
This fixed the problem for me Change ``` head.removeChild(script); ``` for ``` if (script.parentElement==head) { head.removeChild(script); } ```