Jump to content

No script id when "move javascript to the end" performance setting it's enabled


DARKF3D3

Recommended Posts

I have a problem with the performance setting "move javascript to the end" and a script of the module.
 
With "move javascript to the end" disabled:

<script id="my-script-id" type="text/javascript" src="http://website-adress.com/scripts/trackjs.js">
</script>

With "move javascript to the end" enabled:

<script type="text/javascript" src="http://website-adress.com/scripts/trackjs.js">
</script>

So if I enable that setting the module stop working, someone know one this happen?

Link to comment
Share on other sites

×
×
  • Create New...