Project:Lootz Item Filter
Version:6.x-1.0
Component:Code
Category:task
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

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");
}

#2

Status:active» fixed

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

#3

Status:fixed» closed (fixed)

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