Active
Project:
Hovertips and Clicktips
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2010 at 14:56 UTC
Updated:
21 Oct 2010 at 14:56 UTC
Currently Hovertip uses $(document).ready to load itself. This is not the standard Drupal way to load javascript, as it does not work on content loaded using AHAH. As a result, the current Hovertip version does not work on content loaded using AHAH. See http://drupal.org/node/205296
This patch changes the use of $(document).ready to the Drupal way using Drupal.behaviors.
I've also updated all behaviour attach calls to avoid duplicate attachments.
Greetings,
Hylke
| Comment | File | Size | Author |
|---|---|---|---|
| 0001.patch | 7.98 KB | HylkeVDS |