Closed (works as designed)
Project:
Javascript Aggregator
Version:
5.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Jun 2009 at 05:05 UTC
Updated:
22 Jun 2009 at 14:20 UTC
Hi,
When i put following code after $closure for increase performance at that time following data are not showing..
1) Ads which is displayed using openads module
2) Google maps
if(module_exists('javascript_aggregator')) {
$scripts = javascript_aggregator_cache($scripts);
}
print $scripts
Comments
Comment #1
derjochenmeyer commentedTry to put it right BEFORE $closure. Does it still not work then?
Comment #2
kuldip zala commentedstill not working, same issue.
Comment #3
derjochenmeyer commentedIts probably because these modules output some settings in the header which requires the js to load before.