Wowhead javascript inclusion has changed
from:
http://www.wowhead.com/widgets/power.js"
to:
http://static.wowhead.com/widgets/power.js
The second link is faster than the first, please update in wowhead.inc file (at end of file):

/**
* Implementation of lootz_hook_init().
*/
function lootz_wowhead_init() {
// Include the external js.
//drupal_set_html_head('

'."\n");
drupal_set_html_head('

'."\n");
}

Sorry for my english... :)

Comments

TarPalantir’s picture

Sorry i am a noob with drupal filters, the code is:

/**
 * Implementation of lootz_hook_init().
 */
function lootz_wowhead_init() {
  // Include the external js.
  //drupal_set_html_head('<script src="http://www.wowhead.com/widgets/power.js"></script>'."\n");
  drupal_set_html_head('<script src="http://static.wowhead.com/widgets/power.js"></script>'."\n");
}
professorbikeybike’s picture

Status: Active » Fixed

Thanks TarPalantir, committed to both 6.x and 7.x

Status: Fixed » Closed (fixed)

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