Community & Support

Site tours with Amberjack - IE bug

Project: http://drupal.org/project/site_tour
Bug: "Hi, you have put the Amberjack code right *after* the *opening* body-tag, instead of putting it right *before* the *closing* body-tag. Please change this and let me know if it works then.
Cheers, Arash"

Here's the deal, is there a way of getting this module to output it's code right after the body-tag?
Any help is appreciated..

Comments

Found the solution: Change

Found the solution:

Change the following line from from footer to header and it'll work perfectly in IE

  $output .= "\n Amberjack.open();\n";
  drupal_add_js($output, 'inline', 'footer', TRUE);
nobody click here