Needs review
Project:
addtofavorites
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2008 at 07:43 UTC
Updated:
3 Jan 2011 at 04:55 UTC
Jump to comment: Most recent file
Comments
Comment #1
cnolasco commentedI have the same problem
the error:
addtofavorites is not defined
onclick(click clientX=0, clientY=0)
// JQuery 1.1.2
Comment #2
dan.thompson commentedSame problem here. Firefox 3.0.10 on Ubuntu Linux. Although I get no error message, clicking the link just doesn't do anything. Although in this case I am using the 6.x-1.2 version of the module.
Comment #3
socialnicheguru commentedI can't get this to work in any browser
Comment #4
mynhed commentedI can only get V2.1 to work in IE but not in Firefox 3.0.15 nor in Safari. Any suggestions?
Comment #5
d.clarke commentedI think the issue is that Drupal's block caching is preventing the drupal_add_js function from being called on each page render. A similar issue has been reported on views slideshow (http://drupal.org/node/404894) and fivestar (http://drupal.org/node/364764). Attached is a patch that solves the issue using the same solution that was implemented in those other modules... basically adding the JS to every page... not ideal but its the best we can do until Drupal's core JS caching changes.