I tried to exclude
/misc/collapse.js
and
jscalendar.js

yet they still were not excluded.

Chris

Comments

derjochenmeyer’s picture

Category: support » bug

did you include the code inside your page.tpl.php file just before <?php print $scripts; ?>?

<?php 
  if(module_exists('javascript_aggregator')) { 
    $scripts = javascript_aggregator_cache($scripts); 
  }

  print $scripts;
?>
robloach’s picture

Category: bug » support

Try clearing your JavaScript cache? Are you still running into this problem?

robloach’s picture

Category: bug » support

Mind trying this with 1.5?

socialnicheguru’s picture

and it worked!!! thanks.

robloach’s picture

Version: 5.x-1.3 » 5.x-1.5
Status: Active » Fixed

Yay!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.