Closed (fixed)
Project:
Tweet Button
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 May 2011 at 14:21 UTC
Updated:
11 Jun 2011 at 20:51 UTC
I use acquia_marina and Fusion core themes. In both the themes I have moved the script variable from header to just before closure (trying to follow the yahoo Yslow rules to increase the speed). All the other scripts (I m minifying the scripts into 1) are thus loaded in the end thus giving a decreased load time effect, except
which is some how still in header and I m not able to move it from there.
I want to put the js at the end of the page.
Comments
Comment #1
chia commentedThe script is added to $head variable and not to $script variable.
You can check the dev, version the script tag is moved to $footer variable.
Comment #2
chia commentedmarking as fixed based on above comment