Closed (fixed)
Project:
Lootz Item Filter
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2009 at 17:31 UTC
Updated:
18 Oct 2009 at 20:10 UTC
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
Comment #1
TarPalantir commentedSorry i am a noob with drupal filters, the code is:
Comment #2
professorbikeybike commentedThanks TarPalantir, committed to both 6.x and 7.x