When I added fiverstar field to comments I had a problem of double fireing of all the JS actions on the page where fivestar was implemented.
What I found out is that code in fivestar.js is making problems

Drupal.attachBehaviors($this);

is the reason behind this. Wondering if this is proper way to do "Allow other modules to modify the widget." function?

Comments

dbt102’s picture

Please test with 7.x-2.2 release and report back, as there have been a lot of fixes applied since then.

TR’s picture

Status: Active » Closed (cannot reproduce)

No further information provided, and no further reports of this problem. If you find you still have this problem please open a new issue with details of how to reproduce the problem.

Marko B’s picture

Close thnx