I think this script should be placed in the header. When testing the module on IE8, scripts stopped due to other errors caused by the old browser, so the message didn't show.
I then moved the script into the header and gave it a light weight and it worked.

drupal_add_js(drupal_get_path('module', 'bu') . '/bu.js', array('type' => 'file', 'scope' => 'header', 'every_page' => TRUE, 'weight' => -50,)); //Line 53 
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Daniel.Moberly’s picture

Status: Active » Needs review
FileSize
0 bytes

Agreed. Attaching patch.

Daniel.Moberly’s picture

Something went wrong rolling patch. Reattaching.

Daniel.Moberly’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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