I tried to exclude /misc/collapse.js and jscalendar.js
yet they still were not excluded.
Chris
did you include the code inside your page.tpl.php file just before <?php print $scripts; ?>?
<?php print $scripts; ?>
<?php if(module_exists('javascript_aggregator')) { $scripts = javascript_aggregator_cache($scripts); } print $scripts; ?>
Try clearing your JavaScript cache? Are you still running into this problem?
Mind trying this with 1.5?
and it worked!!! thanks.
Yay!
Automatically closed -- issue fixed for two weeks with no activity.
Comments
Comment #1
derjochenmeyer commenteddid you include the code inside your page.tpl.php file just before
<?php print $scripts; ?>?Comment #2
robloachTry clearing your JavaScript cache? Are you still running into this problem?
Comment #3
robloachMind trying this with 1.5?
Comment #4
socialnicheguru commentedand it worked!!! thanks.
Comment #5
robloachYay!