Posted by andyceo on October 22, 2009 at 12:20pm
| Project: | Click HeatMap |
| Version: | 6.x-2.6 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
Issue Summary
Неllo!
We tried to use the 6.x-2.6 version of your wunderfull module, but we found an annoying bug.
In the click_heatmap.js file, we found an extra bracket in row 6:
Drupal.behaviors.click_heatmap = function()) {
must be:
Drupal.behaviors.click_heatmap = function() {
Thanks!
Comments
#1
I found the same error, and that is the solution, remove the extra parenthesis.
Thanks a lot
#2
Yup, it's in there, and it's an error. Remove the extra parenthesis.
#3
Please remove.
#4
I have attached a patch.
#5
This works for me. Thanks @mrconnerton.