Closed (fixed)
Project:
hoverIntent
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2010 at 02:19 UTC
Updated:
18 Nov 2010 at 14:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
jpwarren00 commentedThere didn't seem to be a hook_init to load the javascript on every page. Try this patch, it worked for me.
Comment #2
a_c_m commentedI think adding a settings page to have this option enabled or not is a better idea than including it on init(), as you might not want it active on EVERY page.
Comment #3
pomliane commented#1 did not solve the issue here.
Comment #4
recidive commentedI think developers are supposed to call hoverintent_add() from their custom code in order to load HoverIntent js files. Only the module maintainer can say if this is true or not, though.
Moving to support request.
Comment #5
a_c_m commentedrecidive is correct, this is a utility module and its expected the module that requires it will call hoverintent_add() when and where the JS is needed.