drupal_get_js() inserts only header javascripts by default.

print.pages.inc, line 175

$print['scripts'] = drupal_get_js();
$print['scripts_footer'] = drupal_get_js('footer'); // footer js

In print.tpl.php add

<?php print $print['scripts_footer']; ?>

Comments

jcnventura’s picture

Status: Active » Fixed

Thanks for the (quasi-) patch. I've committed it to git.

Status: Fixed » Closed (fixed)

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