Wrong click_heatmap.js
andyceo - October 22, 2009 - 12:20
| Project: | Click HeatMap |
| Version: | 6.x-2.6 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Не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!

#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.